Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp29 bool MSStyle; member in __anonfb3caf500111::HeaderIncludesCallback
39 ShowDepth(ShowDepth_), MSStyle(MSStyle_) {} in HeaderIncludesCallback()
156 bool MSStyle) { in PrintHeaderInfo() argument
159 if (!MSStyle) in PrintHeaderInfo()
163 if (MSStyle) in PrintHeaderInfo()
169 Msg += MSStyle ? ' ' : '.'; in PrintHeaderInfo()
171 if (!MSStyle) in PrintHeaderInfo()
184 bool ShowDepth, bool MSStyle) { in AttachHeaderIncludeGen() argument
189 if (MSStyle) { in AttachHeaderIncludeGen()
232 PrintHeaderInfo(OutputFile, Header.first, ShowDepth, 2, MSStyle); in AttachHeaderIncludeGen()
[all …]