Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorLexer.h123 unsigned getConditionalStackDepth() const { return ConditionalStack.size(); } in getConditionalStackDepth() function
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1273 CurPPLexer->getConditionalStackDepth() > 0); in HandleDirective()
3378 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfDirective()
3443 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleElseDirective()
3493 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElifFamilyDirective()
3518 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElifFamilyDirective()
3582 if (CurPPLexer->getConditionalStackDepth() == 0)