Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DPrettyPrinter.h77 PrintCanonicalTypes(false), PrintInjectedClassNameWithArguments(true) {} in PrintingPolicy()
269 unsigned PrintCanonicalTypes : 1; member
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DTypePrinter.cpp170 if (Policy.PrintCanonicalTypes) in splitAccordingToPolicy()
1347 if (!Policy.PrintCanonicalTypes && TAW) { in printTag()
2007 !Policy.PrintCanonicalTypes && !Args.empty() && !IsPack && in printTo()
DDeclPrinter.cpp655 if (TArgAsWritten && !Policy.PrintCanonicalTypes) in VisitFunctionDecl()
996 if (!Policy.PrintCanonicalTypes) in VisitCXXRecordDecl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp4748 PP.PrintCanonicalTypes = true; in GetName()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp3643 Policy.PrintCanonicalTypes = true; in findFailedBooleanCondition()