Searched refs:MSStyle (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp27 bool MSStyle; member in class:__anon1052::HeaderIncludesCallback
36 ShowDepth(ShowDepth_), MSStyle(MSStyle_) {}
51 bool MSStyle) {
52 raw_ostream *OutputFile = MSStyle ? &llvm::outs() : &llvm::errs();
77 MSStyle));
117 if (!MSStyle)
121 if (MSStyle)
127 Msg += MSStyle ? ' ' : '.';
129 if (!MSStyle)
49 AttachHeaderIncludeGen(Preprocessor &PP, bool ShowAllHeaders, StringRef OutputPath, bool ShowDepth, bool MSStyle) argument
/external/clang/include/clang/Frontend/
H A DUtils.h157 /// \param MSStyle - Whether to print in cl.exe /showIncludes style.
160 bool ShowDepth = true, bool MSStyle = false);

Completed in 94 milliseconds