Home
last modified time | relevance | path

Searched refs:AlwaysIncludeTypeForTemplateArgument (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DPrettyPrinter.h76 UsePreferredNames(true), AlwaysIncludeTypeForTemplateArgument(false), in PrintingPolicy()
283 unsigned AlwaysIncludeTypeForTemplateArgument : 1; member
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclTemplate.cpp208 if (!TPL || Idx >= TPL->size() || Policy.AlwaysIncludeTypeForTemplateArgument) in shouldIncludeTypeForArgument()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp250 PP.AlwaysIncludeTypeForTemplateArgument = true; in getPrintingPolicy()