Searched refs:MaxIncludeStackDepth (Results 1 – 3 of 3) sorted by relevance
72 if (MaxIncludeStackDepth < IncludeMacroStack.size()) in EnterSourceFile()73 MaxIncludeStackDepth = IncludeMacroStack.size(); in EnterSourceFile()
275 llvm::errs() << " " << MaxIncludeStackDepth << " max include stack depth\n"; in PrintStats()
806 unsigned MaxIncludeStackDepth = 0; variable