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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp27 bool ShowDepth; member in class:__anon511::HeaderIncludesCallback
38 ShowDepth(ShowDepth_), MSStyle(MSStyle_) {}
52 bool ShowDepth, unsigned CurrentIncludeDepth,
63 if (ShowDepth) {
81 bool ShowDepth, bool MSStyle) {
122 PrintHeaderInfo(OutputFile, Header, ShowDepth, 2, MSStyle);
124 &PP, ShowAllHeaders, OutputFile, DepOpts, OwnsOutputFile, ShowDepth,
150 ShowDepth, 2, MSStyle);
177 PrintHeaderInfo(OutputFile, UserLoc.getFilename(), ShowDepth, IncludeDepth,
51 PrintHeaderInfo(raw_ostream *OutputFile, StringRef Filename, bool ShowDepth, unsigned CurrentIncludeDepth, bool MSStyle) argument
78 AttachHeaderIncludeGen(Preprocessor &PP, const DependencyOutputOptions &DepOpts, bool ShowAllHeaders, StringRef OutputPath, bool ShowDepth, bool MSStyle) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DUtils.h194 /// \param ShowDepth - Whether to indent to show the nesting of the includes.
200 bool ShowDepth = true, bool MSStyle = false);

Completed in 99 milliseconds