Searched refs:printBefore (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 122 void printBefore(QualType T, raw_ostream &OS); 135 void printBefore(const Type *ty, Qualifiers qs, raw_ostream &OS); 189 printBefore(T, Quals, OS); in print() 285 void TypePrinter::printBefore(QualType T, raw_ostream &OS) { in printBefore() function in TypePrinter 294 printBefore(Split.Ty, Quals, OS); in printBefore() 299 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) { in printBefore() function in TypePrinter 371 printBefore(T->getElementType(), OS); in printComplexBefore() 381 printBefore(T->getPointeeType(), OS); in printPointerBefore() 402 printBefore(T->getPointeeType(), OS); in printBlockPointerBefore() 425 printBefore(Inner, OS); in printLValueReferenceBefore() [all …]
|