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