Searched refs:IsPedantic (Results 1 – 1 of 1) sorted by relevance
618 const bool IsPedantic = I.first == "pedantic"; in emitDiagSubGroups() local621 if (!SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty())) { in emitDiagSubGroups()630 if (IsPedantic) { in emitDiagSubGroups()669 const bool IsPedantic = I.first == "pedantic"; in emitDiagArrays() local672 if (!V.empty() || (IsPedantic && !DiagsInPedantic.empty())) { in emitDiagArrays()677 if (IsPedantic) { in emitDiagArrays()769 const bool IsPedantic = I.first == "pedantic"; in emitDiagTable() local774 !V.empty() || (IsPedantic && !DiagsInPedantic.empty()); in emitDiagTable()778 if (IsPedantic) in emitDiagTable()788 !SubGroups.empty() || (IsPedantic && !GroupsInPedantic.empty()); in emitDiagTable()[all …]