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

  /external/clang/lib/Frontend/
HeaderIncludeGen.cpp 27 bool MSStyle;
36 ShowDepth(ShowDepth_), MSStyle(MSStyle_) {}
51 bool MSStyle) {
52 raw_ostream *OutputFile = MSStyle ? &llvm::outs() : &llvm::errs();
75 ShowDepth, MSStyle));
115 if (!MSStyle)
119 if (MSStyle)
125 Msg += MSStyle ? ' ' : '.';
127 if (!MSStyle)
  /external/clang/include/clang/Frontend/
Utils.h 157 /// \param MSStyle - Whether to print in cl.exe /showIncludes style.
160 bool ShowDepth = true, bool MSStyle = false);

Completed in 5546 milliseconds