Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp27 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 DUtils.h200 bool ShowDepth = true, bool MSStyle = false);