HomeSort by relevance Sort by last modified time
    Searched refs:MaxIncludeStackDepth (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Lex/
PPLexerChange.cpp 76 if (MaxIncludeStackDepth < IncludeMacroStack.size())
77 MaxIncludeStackDepth = IncludeMacroStack.size();
Preprocessor.cpp 88 MaxIncludeStackDepth = 0;
249 llvm::errs() << " " << MaxIncludeStackDepth << " max include stack depth\n";
  /external/clang/include/clang/Lex/
Preprocessor.h 396 unsigned NumEnteredSourceFiles, MaxIncludeStackDepth;
    [all...]

Completed in 66 milliseconds