Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp28 bool ShowDepth; member in __anon65e8ac250111::HeaderIncludesCallback
39 ShowDepth(ShowDepth_), MSStyle(MSStyle_) {} in HeaderIncludesCallback()
112 bool ShowDepth, unsigned CurrentIncludeDepth, in PrintHeaderInfo() argument
123 if (ShowDepth) { in PrintHeaderInfo()
141 bool ShowDepth, bool MSStyle) { in AttachHeaderIncludeGen() argument
189 PrintHeaderInfo(OutputFile, Header.first, ShowDepth, 2, MSStyle); in AttachHeaderIncludeGen()
191 &PP, ShowAllHeaders, OutputFile, DepOpts, OwnsOutputFile, ShowDepth, in AttachHeaderIncludeGen()
243 PrintHeaderInfo(OutputFile, UserLoc.getFilename(), ShowDepth, IncludeDepth, in FileChanged()
257 PrintHeaderInfo(OutputFile, SkippedFile.getName(), ShowDepth, in FileSkipped()
/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DUtils.h186 bool ShowDepth = true, bool MSStyle = false);