Searched refs:MaxIncludeStackDepth (Results 1 – 3 of 3) sorted by relevance
76 if (MaxIncludeStackDepth < IncludeMacroStack.size()) in EnterSourceFile()77 MaxIncludeStackDepth = IncludeMacroStack.size(); in EnterSourceFile()
88 MaxIncludeStackDepth = 0; in Preprocessor()249 llvm::errs() << " " << MaxIncludeStackDepth << " max include stack depth\n"; in PrintStats()
396 unsigned NumEnteredSourceFiles, MaxIncludeStackDepth; variable