Lines Matching refs:CurrentIncludeDepth
24 unsigned CurrentIncludeDepth; member in __anon5bf2c9430111::HeaderIncludesCallback
37 CurrentIncludeDepth(0), HasProcessedPredefines(false), in HeaderIncludesCallback()
65 (ShowAllHeaders && CurrentIncludeDepth > 2)); in ShouldShowHeader()
112 bool ShowDepth, unsigned CurrentIncludeDepth, in PrintHeaderInfo() argument
125 for (unsigned i = 1; i != CurrentIncludeDepth; ++i) in PrintHeaderInfo()
217 ++CurrentIncludeDepth; in FileChanged()
219 if (CurrentIncludeDepth) in FileChanged()
220 --CurrentIncludeDepth; in FileChanged()
224 if (CurrentIncludeDepth == 1 && !HasProcessedPredefines) in FileChanged()
235 unsigned IncludeDepth = CurrentIncludeDepth; in FileChanged()
258 CurrentIncludeDepth + 1, MSStyle); in FileSkipped()