Searched refs:ShowDepth (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | HeaderIncludeGen.cpp | 28 bool ShowDepth; member in __anonfb3caf500111::HeaderIncludesCallback 39 ShowDepth(ShowDepth_), MSStyle(MSStyle_) {} in HeaderIncludesCallback() 155 bool ShowDepth, unsigned CurrentIncludeDepth, in PrintHeaderInfo() argument 166 if (ShowDepth) { in PrintHeaderInfo() 184 bool ShowDepth, bool MSStyle) { in AttachHeaderIncludeGen() argument 232 PrintHeaderInfo(OutputFile, Header.first, ShowDepth, 2, MSStyle); in AttachHeaderIncludeGen() 234 &PP, ShowAllHeaders, OutputFile, DepOpts, OwnsOutputFile, ShowDepth, in AttachHeaderIncludeGen() 293 PrintHeaderInfo(OutputFile, UserLoc.getFilename(), ShowDepth, IncludeDepth, in FileChanged() 307 PrintHeaderInfo(OutputFile, SkippedFile.getName(), ShowDepth, in FileSkipped()
|