Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DHeaderIncludeGen.cpp28 bool ShowDepth; member in __anon30ddcab10111::HeaderIncludesCallback
39 ShowDepth(ShowDepth_), MSStyle(MSStyle_) {} in HeaderIncludesCallback()
53 bool ShowDepth, unsigned CurrentIncludeDepth, in PrintHeaderInfo() argument
64 if (ShowDepth) { in PrintHeaderInfo()
82 bool ShowDepth, bool MSStyle) { in AttachHeaderIncludeGen() argument
108 PrintHeaderInfo(OutputFile, Header, ShowDepth, 2, MSStyle); in AttachHeaderIncludeGen()
110 &PP, ShowAllHeaders, OutputFile, DepOpts, OwnsOutputFile, ShowDepth, in AttachHeaderIncludeGen()
136 ShowDepth, 2, MSStyle); in FileChanged()
163 PrintHeaderInfo(OutputFile, UserLoc.getFilename(), ShowDepth, IncludeDepth, in FileChanged()
/external/clang/include/clang/Frontend/
DUtils.h171 bool ShowDepth = true, bool MSStyle = false);