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

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPLexerChange.cpp 72 if (MaxIncludeStackDepth < IncludeMacroStack.size())
73 MaxIncludeStackDepth = IncludeMacroStack.size();
Preprocessor.cpp 275 llvm::errs() << " " << MaxIncludeStackDepth << " max include stack depth\n";
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 806 unsigned MaxIncludeStackDepth = 0;

Completed in 33 milliseconds