Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp132 void printBefore(QualType T, raw_ostream &OS);
145 void printBefore(const Type *ty, Qualifiers qs, raw_ostream &OS);
199 printBefore(T, Quals, OS); in print()
312 void TypePrinter::printBefore(QualType T, raw_ostream &OS) { in printBefore() function in TypePrinter
321 printBefore(Split.Ty, Quals, OS); in printBefore()
326 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) { in printBefore() function in TypePrinter
398 printBefore(T->getElementType(), OS); in printComplexBefore()
408 printBefore(T->getPointeeType(), OS); in printPointerBefore()
429 printBefore(T->getPointeeType(), OS); in printBlockPointerBefore()
452 printBefore(Inner, OS); in printLValueReferenceBefore()
[all …]