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
   47     CheckMacroRedundancy(Loc, MacroName, IfndefStack, DK_Ifdef, DK_Ifndef,
   54     CheckMacroRedundancy(Loc, MacroName, IfndefStack, DK_Ifndef, DK_Ifndef,
   65     if (!IfndefStack.empty() && IfLoc == IfndefStack.back().Loc)
   65     if (!IfndefStack.empty() && IfLoc == IfndefStack.back().Loc)
   66       IfndefStack.pop_back();