Searched refs:ShowDepth (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | HeaderIncludeGen.cpp | 27 bool ShowDepth; member in __anonedff015b0111::HeaderIncludesCallback 38 ShowDepth(ShowDepth_), MSStyle(MSStyle_) {} in HeaderIncludesCallback() 55 bool ShowDepth, unsigned CurrentIncludeDepth, in PrintHeaderInfo() argument 66 if (ShowDepth) { in PrintHeaderInfo() 84 bool ShowDepth, bool MSStyle) { in AttachHeaderIncludeGen() argument 125 PrintHeaderInfo(OutputFile, Header.first, ShowDepth, 2, MSStyle); in AttachHeaderIncludeGen() 127 &PP, ShowAllHeaders, OutputFile, DepOpts, OwnsOutputFile, ShowDepth, in AttachHeaderIncludeGen() 153 ShowDepth, 2, MSStyle); in FileChanged() 183 PrintHeaderInfo(OutputFile, UserLoc.getFilename(), ShowDepth, IncludeDepth, in FileChanged() 197 PrintHeaderInfo(OutputFile, SkippedFile.getName(), ShowDepth, in FileSkipped()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | Utils.h | 200 bool ShowDepth = true, bool MSStyle = false);
|