HomeSort by relevance Sort by last modified time
    Searched refs:ShowDepth (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Frontend/
HeaderIncludeGen.cpp 28 bool ShowDepth;
39 ShowDepth(ShowDepth_), MSStyle(MSStyle_) {}
53 bool ShowDepth, unsigned CurrentIncludeDepth,
64 if (ShowDepth) {
82 bool ShowDepth, bool MSStyle) {
108 PrintHeaderInfo(OutputFile, Header, ShowDepth, 2, MSStyle);
110 &PP, ShowAllHeaders, OutputFile, DepOpts, OwnsOutputFile, ShowDepth,
136 ShowDepth, 2, MSStyle);
163 PrintHeaderInfo(OutputFile, UserLoc.getFilename(), ShowDepth, IncludeDepth,
  /external/clang/include/clang/Frontend/
Utils.h 165 /// \param ShowDepth - Whether to indent to show the nesting of the includes.
171 bool ShowDepth = true, bool MSStyle = false);

Completed in 896 milliseconds