Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPreprocessorLexer.h127 unsigned getConditionalStackDepth() const { return ConditionalStack.size(); } in getConditionalStackDepth() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DPPDirectives.cpp770 CurPPLexer->getConditionalStackDepth() > 0); in HandleDirective()
2200 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfdefDirective()
2251 if (CurPPLexer->getConditionalStackDepth() == 0) { in HandleIfDirective()
2292 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleEndifDirective()
2317 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElseDirective()
2350 if (CurPPLexer->getConditionalStackDepth() == 0) in HandleElifDirective()