Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDPPLexerChange.cpp74 if (MaxIncludeStackDepth < IncludeMacroStack.size()) in EnterSourceFile()
75 MaxIncludeStackDepth = IncludeMacroStack.size(); in EnterSourceFile()
HDPreprocessor.cpp277 llvm::errs() << " " << MaxIncludeStackDepth << " max include stack depth\n"; in PrintStats()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessor.h791 unsigned MaxIncludeStackDepth = 0; variable