Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DPrettyPrinter.h67 PrintCanonicalTypes(false), PrintInjectedClassNameWithArguments(true) {} in PrintingPolicy()
259 unsigned PrintCanonicalTypes : 1; member
/external/llvm-project/clang/lib/AST/
DTypePrinter.cpp167 if (Policy.PrintCanonicalTypes) in splitAccordingToPolicy()
1333 if (!Policy.PrintCanonicalTypes && TAW) { in printTag()
1963 !Policy.PrintCanonicalTypes && !Args.empty() && in printTo()
DDeclPrinter.cpp644 if (TArgAsWritten && !Policy.PrintCanonicalTypes) in VisitFunctionDecl()
978 if (!Policy.PrintCanonicalTypes) in VisitCXXRecordDecl()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp318 PP.PrintCanonicalTypes = true; in getClassName()
/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp3614 Policy.PrintCanonicalTypes = true; in findFailedBooleanCondition()