Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Lex/
H A DPreprocessorLexer.h123 unsigned getConditionalStackDepth() const { return ConditionalStack.size(); } in getConditionalStackDepth() function
/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1295 CurPPLexer->getConditionalStackDepth() > 0); in HandleDirective()
3400 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfdefDirective()
3465 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfDirective()
3515 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElseDirective()
3540 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElseDirective()
3604 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElifFamilyDirective()