Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessorLexer.h124 unsigned getConditionalStackDepth() const { return ConditionalStack.size(); } in getConditionalStackDepth() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp904 CurPPLexer->getConditionalStackDepth() > 0); in HandleDirective()
2741 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfdefDirective()
2801 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfDirective()
2848 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleEndifDirective()
2873 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElseDirective()
2916 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElifDirective()