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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp119 void printBefore(QualType T, raw_ostream &OS);
131 void printBefore(const Type *ty, Qualifiers qs, raw_ostream &OS);
185 printBefore(T, Quals, OS);
277 void TypePrinter::printBefore(QualType T, raw_ostream &OS) { function in class:TypePrinter
286 printBefore(Split.Ty, Quals, OS);
291 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) { function in class:TypePrinter
363 printBefore(T->getElementType(), OS);
373 printBefore(T->getPointeeType(), OS);
394 printBefore(T->getPointeeType(), OS);
417 printBefore(Inne
[all...]

Completed in 150 milliseconds