Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DPrettyPrinter.h75 PrintCanonicalTypes(false), PrintInjectedClassNameWithArguments(true), in PrintingPolicy()
270 unsigned PrintCanonicalTypes : 1; member
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DStaticAccessedThroughInstanceCheck.cpp73 PrintingPolicyWithSupressedTag.PrintCanonicalTypes = in check()
/llvm-project-15.0.7/clang/unittests/AST/
H A DTypePrinterTest.cpp79 Policy.PrintCanonicalTypes = true; in TEST()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DInlayHints.cpp218 StructuredBindingPolicy.PrintCanonicalTypes = true; in InlayHintVisitor()
/llvm-project-15.0.7/clang/lib/AST/
H A DTypePrinter.cpp185 if (Policy.PrintCanonicalTypes) in splitAccordingToPolicy()
1387 if (!Policy.PrintCanonicalTypes && TAW) { in printTag()
2077 !Policy.PrintCanonicalTypes && !Args.empty() && !IsPack && in printTo()
H A DDeclPrinter.cpp653 if (TArgAsWritten && !Policy.PrintCanonicalTypes) in VisitFunctionDecl()
1000 if (!Policy.PrintCanonicalTypes) in VisitCXXRecordDecl()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp248 PP.PrintCanonicalTypes = true; in getPrintingPolicy()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp3701 Policy.PrintCanonicalTypes = true; in findFailedBooleanCondition()