Searched refs:MSVCFormatting (Results 1 – 5 of 5) sorted by relevance
45 IncludeNewlines(true), MSVCFormatting(false) { } in PrintingPolicy()170 bool MSVCFormatting : 1; member
928 OS << (Policy.MSVCFormatting ? '`' : '('); in printTag()953 OS << (Policy.MSVCFormatting ? '\'' : ')'); in printTag()1405 const char *Comma = Policy.MSVCFormatting ? "," : ", "; in PrintTemplateArgumentList()1455 const char *Comma = Policy.MSVCFormatting ? "," : ", "; in PrintTemplateArgumentList()
56 if (T->isBooleanType() && !Policy.MSVCFormatting) { in printIntegral()
1438 OS << (P.MSVCFormatting ? "`anonymous namespace\'" in printQualifiedName()
197 Policy.MSVCFormatting = true; in getFunctionName()