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.cpp133 void printBefore(QualType T, raw_ostream &OS);
146 void printBefore(const Type *ty, Qualifiers qs, raw_ostream &OS);
200 printBefore(T, Quals, OS); in print()
311 void TypePrinter::printBefore(QualType T, raw_ostream &OS) { in printBefore() function in TypePrinter
320 printBefore(Split.Ty, Quals, OS); in printBefore()
325 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) { in printBefore() function in TypePrinter
397 printBefore(T->getElementType(), OS); in printComplexBefore()
407 printBefore(T->getPointeeType(), OS); in printPointerBefore()
428 printBefore(T->getPointeeType(), OS); in printBlockPointerBefore()
451 printBefore(Inner, OS); in printLValueReferenceBefore()
[all …]