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 29 bool MSStyle;
39 ShowDepth(ShowDepth_), MSStyle(MSStyle_) {}
54 bool MSStyle) {
57 if (!MSStyle)
61 if (MSStyle)
67 Msg += MSStyle ? ' ' : '.';
69 if (!MSStyle)
82 bool ShowDepth, bool MSStyle) {
83 raw_ostream *OutputFile = MSStyle ? &llvm::outs() : &llvm::errs();
108 PrintHeaderInfo(OutputFile, Header, ShowDepth, 2, MSStyle);
    [all...]
  /external/clang/include/clang/Frontend/
Utils.h 166 /// \param MSStyle - Whether to print in cl.exe /showIncludes style.
171 bool ShowDepth = true, bool MSStyle = false);

Completed in 1147 milliseconds