HomeSort by: relevance | last modified time | path
    Searched refs:MSVCFormatting (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
PrettyPrinter.h 75 MSVCFormatting(false), ConstantsAsWritten(false),
241 unsigned MSVCFormatting : 1;
  /src/external/apache2/llvm/dist/clang/lib/AST/
TemplateBase.cpp 74 if (Policy.MSVCFormatting)
78 if (!Policy.MSVCFormatting)
90 } else if (T->isAnyCharacterType() && !Policy.MSVCFormatting) {
TypePrinter.cpp 1303 OS << (Policy.MSVCFormatting ? '`' : '(');
1334 OS << (Policy.MSVCFormatting ? '\'' : ')');
2015 const char *Comma = Policy.MSVCFormatting ? "," : ", ";
Decl.cpp 1660 OS << (P.MSVCFormatting ? "`anonymous namespace\'"
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 4984 return P->MSVCFormatting;
5072 P->MSVCFormatting = Value;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 238 PP.MSVCFormatting = true;

Completed in 46 milliseconds