Home | History | Annotate | Download | only in TableGen

Lines Matching defs:InferPedantic

250 class InferPedantic {
261 InferPedantic(DiagGroupParentMap &DiagGroupParents,
295 bool InferPedantic::isSubGroupOfGroup(const Record *Group,
311 bool InferPedantic::isExtension(const Record *Diag) {
317 bool InferPedantic::isOffByDefault(const Record *Diag) {
323 bool InferPedantic::groupInPedantic(const Record *Group, bool increment) {
341 void InferPedantic::markGroup(const Record *Group) {
353 void InferPedantic::compute(VecOrSet DiagsInPedantic,
1243 InferPedantic inferPedantic(DGParentMap, Diags, DiagGroups, DiagsInGroup);
1244 inferPedantic.compute(&DiagsInPedantic, (RecordVec*)nullptr);
1579 InferPedantic inferPedantic(DGParentMap, Diags, DiagGroups, DiagsInGroup);
1580 inferPedantic.compute(&DiagsInPedantic, &GroupsInPedantic);
1736 InferPedantic inferPedantic(DGParentMap, Diags, DiagGroups, DiagsInGroup);
1737 inferPedantic.compute(&DiagsInPedanticSet, &GroupsInPedanticSet);