Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessorLexer.h127 unsigned getConditionalStackDepth() const { return ConditionalStack.size(); } in getConditionalStackDepth() function
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp822 CurPPLexer->getConditionalStackDepth() > 0); in HandleDirective()
2350 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfdefDirective()
2401 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfDirective()
2442 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleEndifDirective()
2467 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElseDirective()
2500 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElifDirective()