HomeSort by: relevance | last modified time | path
    Searched refs:getConditionalStackDepth (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PreprocessorLexer.h 122 unsigned getConditionalStackDepth() const { return ConditionalStack.size(); }
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp 995 CurPPLexer->getConditionalStackDepth() > 0);
2991 if (CurPPLexer->getConditionalStackDepth() == 0) {
3056 if (CurPPLexer->getConditionalStackDepth() == 0) {
3106 if (CurPPLexer->getConditionalStackDepth() == 0)
3131 if (CurPPLexer->getConditionalStackDepth() == 0)
3175 if (CurPPLexer->getConditionalStackDepth() == 0)

Completed in 16 milliseconds