HomeSort by relevance Sort by last modified time
    Searched refs:MSVCFormatting (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/AST/
PrettyPrinter.h 45 IncludeNewlines(true), MSVCFormatting(false) { }
170 bool MSVCFormatting : 1;
  /external/clang/lib/AST/
TemplateBase.cpp 56 if (T->isBooleanType() && !Policy.MSVCFormatting) {
TypePrinter.cpp 928 OS << (Policy.MSVCFormatting ? '`' : '(');
953 OS << (Policy.MSVCFormatting ? '\'' : ')');
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 197 Policy.MSVCFormatting = true;
    [all...]

Completed in 86 milliseconds