Searched refs:CurrentIncludeDepth (Results 1 – 1 of 1) sorted by relevance
24 unsigned CurrentIncludeDepth; member in __anonfb3caf500111::HeaderIncludesCallback37 CurrentIncludeDepth(0), HasProcessedPredefines(false), in HeaderIncludesCallback()65 (ShowAllHeaders && CurrentIncludeDepth > 2)); in ShouldShowHeader()155 bool ShowDepth, unsigned CurrentIncludeDepth, in PrintHeaderInfo() argument168 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()[all …]