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 83 MaxIncludeStackDepth = 0;
236 llvm::errs() << " " << MaxIncludeStackDepth << " max include stack depth\n";
  /external/clang/include/clang/Lex/
Preprocessor.h 132 /// MaxIncludeStackDepth - Maximum depth of \#includes.
337 unsigned NumEnteredSourceFiles, MaxIncludeStackDepth;
    [all...]

Completed in 152 milliseconds