Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DPrettyPrinter.h77 PrintCanonicalTypes(false), PrintInjectedClassNameWithArguments(true) {} in PrintingPolicy()
274 unsigned PrintInjectedClassNameWithArguments : 1; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp1467 if (Policy.PrintInjectedClassNameWithArguments) in printInjectedClassNameBefore()