Lines Matching refs:CurrentIncludeDepth
24 unsigned CurrentIncludeDepth; member in __anonfb3caf500111::HeaderIncludesCallback
37 CurrentIncludeDepth(0), HasProcessedPredefines(false), in HeaderIncludesCallback()
65 (ShowAllHeaders && CurrentIncludeDepth > 2)); in ShouldShowHeader()
155 bool ShowDepth, unsigned CurrentIncludeDepth, in PrintHeaderInfo() argument
168 for (unsigned i = 1; i != CurrentIncludeDepth; ++i) in PrintHeaderInfo()
267 ++CurrentIncludeDepth; in FileChanged()
269 if (CurrentIncludeDepth) in FileChanged()
270 --CurrentIncludeDepth; in FileChanged()
274 if (CurrentIncludeDepth == 1 && !HasProcessedPredefines) in FileChanged()
285 unsigned IncludeDepth = CurrentIncludeDepth; in FileChanged()
308 CurrentIncludeDepth + 1, MSStyle); in FileSkipped()