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.cpp134 void printAfter(QualType T, raw_ostream &OS);
147 void printAfter(const Type *ty, Qualifiers qs, raw_ostream &OS);
202 printAfter(T, Quals, OS); in print()
371 void TypePrinter::printAfter(QualType t, raw_ostream &OS) { in printAfter() function in TypePrinter
373 printAfter(split.Ty, split.Quals, OS); in printAfter()
378 void TypePrinter::printAfter(const Type *T, Qualifiers Quals, raw_ostream &OS) { in printAfter() function in TypePrinter
401 printAfter(T->getElementType(), OS); in printComplexAfter()
422 printAfter(T->getPointeeType(), OS); in printPointerAfter()
435 printAfter(T->getPointeeType(), OS); in printBlockPointerAfter()
468 printAfter(Inner, OS); in printLValueReferenceAfter()
[all …]