Home
last modified time | relevance | path

Searched refs:MaxIncludeStackDepth (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Lex/
DPPLexerChange.cpp76 if (MaxIncludeStackDepth < IncludeMacroStack.size()) in EnterSourceFile()
77 MaxIncludeStackDepth = IncludeMacroStack.size(); in EnterSourceFile()
DPreprocessor.cpp88 MaxIncludeStackDepth = 0; in Preprocessor()
249 llvm::errs() << " " << MaxIncludeStackDepth << " max include stack depth\n"; in PrintStats()
/external/clang/include/clang/Lex/
DPreprocessor.h396 unsigned NumEnteredSourceFiles, MaxIncludeStackDepth; variable