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 77 if (MaxIncludeStackDepth < IncludeMacroStack.size())
78 MaxIncludeStackDepth = IncludeMacroStack.size();
Preprocessor.cpp 89 MaxIncludeStackDepth = 0;
255 llvm::errs() << " " << MaxIncludeStackDepth << " max include stack depth\n";
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 573 unsigned NumEnteredSourceFiles, MaxIncludeStackDepth;
    [all...]

Completed in 487 milliseconds