Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DPrettyPrinter.h77 UsePreferredNames(true), AlwaysIncludeTypeForTemplateArgument(false), in PrintingPolicy()
287 unsigned AlwaysIncludeTypeForTemplateArgument : 1; member
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclTemplate.cpp208 if (!TPL || Idx >= TPL->size() || Policy.AlwaysIncludeTypeForTemplateArgument) in shouldIncludeTypeForArgument()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp254 PP.AlwaysIncludeTypeForTemplateArgument = true; in getPrintingPolicy()