Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPLexerChange.cpp72 if (MaxIncludeStackDepth < IncludeMacroStack.size()) in EnterSourceFile()
73 MaxIncludeStackDepth = IncludeMacroStack.size(); in EnterSourceFile()
H A DPreprocessor.cpp275 llvm::errs() << " " << MaxIncludeStackDepth << " max include stack depth\n"; in PrintStats()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h806 unsigned MaxIncludeStackDepth = 0; variable