Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DPPLexerChange.cpp74 if (MaxIncludeStackDepth < IncludeMacroStack.size()) in EnterSourceFile()
75 MaxIncludeStackDepth = IncludeMacroStack.size(); in EnterSourceFile()
H A DPreprocessor.cpp287 llvm::errs() << " " << MaxIncludeStackDepth << " max include stack depth\n"; in PrintStats()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h941 unsigned MaxIncludeStackDepth = 0; variable