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

/external/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp26 bool ShowDepth; member in class:__anon1390::HeaderIncludesCallback
36 ShowDepth(ShowDepth_), MSStyle(MSStyle_) {}
50 bool ShowDepth, unsigned CurrentIncludeDepth,
61 if (ShowDepth) {
79 StringRef OutputPath, bool ShowDepth,
106 PrintHeaderInfo(OutputFile, Header.c_str(), ShowDepth, 2, MSStyle);
112 ShowDepth,
152 ShowDepth, CurrentIncludeDepth, MSStyle);
49 PrintHeaderInfo(raw_ostream *OutputFile, const char* Filename, bool ShowDepth, unsigned CurrentIncludeDepth, bool MSStyle) argument
76 AttachHeaderIncludeGen(Preprocessor &PP, const std::vector<std::string> &ExtraHeaders, bool ShowAllHeaders, StringRef OutputPath, bool ShowDepth, bool MSStyle) argument

Completed in 70 milliseconds