Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessorLexer.h122 unsigned getConditionalStackDepth() const { return ConditionalStack.size(); } in getConditionalStackDepth() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp995 CurPPLexer->getConditionalStackDepth() > 0); in HandleDirective()
2991 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfdefDirective()
3056 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfDirective()
3106 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleEndifDirective()
3131 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElseDirective()
3175 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElifDirective()