Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DHeaderIncludeGen.cpp27 bool MSStyle; member in __anona4f9c0b20111::HeaderIncludesCallback
36 ShowDepth(ShowDepth_), MSStyle(MSStyle_) {} in HeaderIncludesCallback()
51 bool MSStyle) { in AttachHeaderIncludeGen() argument
52 raw_ostream *OutputFile = MSStyle ? &llvm::outs() : &llvm::errs(); in AttachHeaderIncludeGen()
77 MSStyle)); in AttachHeaderIncludeGen()
117 if (!MSStyle) in FileChanged()
121 if (MSStyle) in FileChanged()
127 Msg += MSStyle ? ' ' : '.'; in FileChanged()
129 if (!MSStyle) in FileChanged()
/external/clang/include/clang/Frontend/
DUtils.h160 bool ShowDepth = true, bool MSStyle = false);