Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DRedundantPreprocessorCheck.cpp50 checkMacroRedundancy(Loc, MacroName, IfdefStack, DK_Ifdef, DK_Ifdef, true); in Ifdef()
60 checkMacroRedundancy(Loc, MacroName, IfdefStack, DK_Ifndef, DK_Ifdef, in Ifndef()
67 if (!IfdefStack.empty() && IfLoc == IfdefStack.back().Loc) in Endif()
68 IfdefStack.pop_back(); in Endif()
96 SmallVector<PreprocessorEntry, 4> IfdefStack; member in clang::tidy::readability::__anon005bea510111::RedundantPreprocessorCallbacks