reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/readability/RedundantPreprocessorCheck.cpp
   40     CheckMacroRedundancy(Loc, Condition, IfStack, DK_If, DK_If, true);
   61     if (!IfStack.empty() && IfLoc == IfStack.back().Loc)
   61     if (!IfStack.empty() && IfLoc == IfStack.back().Loc)
   62       IfStack.pop_back();