Searched refs:printBefore (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 101 void printBefore(const Type *ty, Qualifiers qs, raw_ostream &OS); 102 void printBefore(QualType T, raw_ostream &OS); 156 printBefore(T, Quals, OS); in print() 238 void TypePrinter::printBefore(QualType T, raw_ostream &OS) { in printBefore() function in TypePrinter 248 printBefore(Split.Ty, Quals, OS); in printBefore() 253 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) { in printBefore() function in TypePrinter 324 printBefore(T->getElementType(), OS); in printComplexBefore() 333 printBefore(T->getPointeeType(), OS); in printPointerBefore() 353 printBefore(T->getPointeeType(), OS); in printBlockPointerBefore() 366 printBefore(T->getPointeeTypeAsWritten(), OS); in printLValueReferenceBefore() [all …]
|