Searched refs:MSStyle (Results 1 – 2 of 2) sorted by relevance
29 bool MSStyle; member in __anona4f9c0b20111::HeaderIncludesCallback39 ShowDepth(ShowDepth_), MSStyle(MSStyle_) {} in HeaderIncludesCallback()54 bool MSStyle) { in PrintHeaderInfo() argument57 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() argument83 raw_ostream *OutputFile = MSStyle ? &llvm::outs() : &llvm::errs(); in AttachHeaderIncludeGen()108 PrintHeaderInfo(OutputFile, Header, ShowDepth, 2, MSStyle); in AttachHeaderIncludeGen()[all …]
171 bool ShowDepth = true, bool MSStyle = false);