Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp133 void printAfter(QualType T, raw_ostream &OS);
146 void printAfter(const Type *ty, Qualifiers qs, raw_ostream &OS);
201 printAfter(T, Quals, OS); in print()
372 void TypePrinter::printAfter(QualType t, raw_ostream &OS) { in printAfter() function in TypePrinter
374 printAfter(split.Ty, split.Quals, OS); in printAfter()
379 void TypePrinter::printAfter(const Type *T, Qualifiers Quals, raw_ostream &OS) { in printAfter() function in TypePrinter
402 printAfter(T->getElementType(), OS); in printComplexAfter()
423 printAfter(T->getPointeeType(), OS); in printPointerAfter()
436 printAfter(T->getPointeeType(), OS); in printBlockPointerAfter()
469 printAfter(Inner, OS); in printLValueReferenceAfter()
[all …]