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
   46     CheckMacroRedundancy(Loc, MacroName, IfdefStack, DK_Ifdef, DK_Ifdef, true);
   56     CheckMacroRedundancy(Loc, MacroName, IfdefStack, DK_Ifndef, DK_Ifdef,
   63     if (!IfdefStack.empty() && IfLoc == IfdefStack.back().Loc)
   63     if (!IfdefStack.empty() && IfLoc == IfdefStack.back().Loc)
   64       IfdefStack.pop_back();