Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPLexerChange.cpp75 if (MaxIncludeStackDepth < IncludeMacroStack.size()) in EnterSourceFile()
76 MaxIncludeStackDepth = IncludeMacroStack.size(); in EnterSourceFile()
H A DPreprocessor.cpp276 llvm::errs() << " " << MaxIncludeStackDepth << " max include stack depth\n"; in PrintStats()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h1077 unsigned MaxIncludeStackDepth = 0; variable