Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DHeaderIncludeGen.cpp29 bool MSStyle; member in __anona4f9c0b20111::HeaderIncludesCallback
39 ShowDepth(ShowDepth_), MSStyle(MSStyle_) {} in HeaderIncludesCallback()
54 bool MSStyle) { in PrintHeaderInfo() argument
57 if (!MSStyle) in PrintHeaderInfo()
61 if (MSStyle) in PrintHeaderInfo()
67 Msg += MSStyle ? ' ' : '.'; in PrintHeaderInfo()
69 if (!MSStyle) in PrintHeaderInfo()
82 bool ShowDepth, bool MSStyle) { in AttachHeaderIncludeGen() argument
83 raw_ostream *OutputFile = MSStyle ? &llvm::outs() : &llvm::errs(); in AttachHeaderIncludeGen()
108 PrintHeaderInfo(OutputFile, Header, ShowDepth, 2, MSStyle); in AttachHeaderIncludeGen()
[all …]
/external/clang/include/clang/Frontend/
DUtils.h171 bool ShowDepth = true, bool MSStyle = false);