Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DPrettyPrinter.h77 PrintCanonicalTypes(false), PrintInjectedClassNameWithArguments(true) {} in PrintingPolicy()
269 unsigned PrintCanonicalTypes : 1; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp170 if (Policy.PrintCanonicalTypes) in splitAccordingToPolicy()
1342 if (!Policy.PrintCanonicalTypes && TAW) { in printTag()
2002 !Policy.PrintCanonicalTypes && !Args.empty() && !IsPack && in printTo()
H A DDeclPrinter.cpp654 if (TArgAsWritten && !Policy.PrintCanonicalTypes) in VisitFunctionDecl()
995 if (!Policy.PrintCanonicalTypes) in VisitCXXRecordDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp307 PP.PrintCanonicalTypes = true; in getClassName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp3643 Policy.PrintCanonicalTypes = true; in findFailedBooleanCondition()