Searched refs:printDeclType (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp115 void printDeclType(QualType T, StringRef DeclName, bool Pack = false);
270 void DeclPrinter::printDeclType(QualType T, StringRef DeclName, bool Pack) { function in class:DeclPrinter
876 printDeclType(T, D->getName());
1078 printDeclType(NTTP->getType(), Name, NTTP->isParameterPack());

Completed in 37 milliseconds