Searched refs:IfStack (Results 1 – 1 of 1) sorted by relevance
42 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