Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DRedundantPreprocessorCheck.cpp44 checkMacroRedundancy(Loc, Condition, IfStack, DK_If, DK_If, true); in If()
65 if (!IfStack.empty() && IfLoc == IfStack.back().Loc) in Endif()
66 IfStack.pop_back(); in Endif()
95 SmallVector<PreprocessorEntry, 4> IfStack; member in clang::tidy::readability::__anon005bea510111::RedundantPreprocessorCallbacks