Home
last modified time | relevance | path

Searched refs:CurrentIncludeDepth (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp22 unsigned CurrentIncludeDepth; member in __anon5fbfbbc30111::HeaderIncludesCallback
34 CurrentIncludeDepth(0), HasProcessedPredefines(false), in HeaderIncludesCallback()
92 ++CurrentIncludeDepth; in FileChanged()
94 if (CurrentIncludeDepth) in FileChanged()
95 --CurrentIncludeDepth; in FileChanged()
99 if (CurrentIncludeDepth == 1 && !HasProcessedPredefines) in FileChanged()
110 (ShowAllHeaders && CurrentIncludeDepth > 2)); in FileChanged()
126 for (unsigned i = 1; i != CurrentIncludeDepth; ++i) in FileChanged()