Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessorLexer.h123 unsigned getConditionalStackDepth() const { return ConditionalStack.size(); } in getConditionalStackDepth() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPDirectives.cpp1199 CurPPLexer->getConditionalStackDepth() > 0); in HandleDirective()
3255 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfdefDirective()
3320 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfDirective()
3370 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleEndifDirective()
3395 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElseDirective()
3459 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElifFamilyDirective()