Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DRedundantPreprocessorCheck.cpp42 checkMacroRedundancy(Loc, Condition, IfStack, DK_If, DK_If, true); in If()
63 if (!IfStack.empty() && IfLoc == IfStack.back().Loc) in Endif()
64 IfStack.pop_back(); in Endif()
93 SmallVector<PreprocessorEntry, 4> IfStack; member in clang::tidy::readability::__anon04281d140111::RedundantPreprocessorCallbacks