Home
last modified time | relevance | path

Searched refs:IfndefStack (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DRedundantPreprocessorCheck.cpp51 checkMacroRedundancy(Loc, MacroName, IfndefStack, DK_Ifdef, DK_Ifndef, in Ifdef()
58 checkMacroRedundancy(Loc, MacroName, IfndefStack, DK_Ifndef, DK_Ifndef, in Ifndef()
69 if (!IfndefStack.empty() && IfLoc == IfndefStack.back().Loc) in Endif()
70 IfndefStack.pop_back(); in Endif()
97 SmallVector<PreprocessorEntry, 4> IfndefStack; member in clang::tidy::readability::__anon005bea510111::RedundantPreprocessorCallbacks