Home
last modified time | relevance | path

Searched refs:PrintInjectedClassNameWithArguments (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h77 PrintCanonicalTypes(false), PrintInjectedClassNameWithArguments(true) {} in PrintingPolicy()
274 unsigned PrintInjectedClassNameWithArguments : 1; member
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1471 if (Policy.PrintInjectedClassNameWithArguments) in printInjectedClassNameBefore()