Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessorLexer.h123 unsigned getConditionalStackDepth() const { return ConditionalStack.size(); } in getConditionalStackDepth() function
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPDirectives.cpp1186 CurPPLexer->getConditionalStackDepth() > 0); in HandleDirective()
3244 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfdefDirective()
3309 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfDirective()
3359 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleEndifDirective()
3384 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElseDirective()
3448 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElifFamilyDirective()