Searched defs:printAfter (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DTypePrinter.cpp101 void printAfter(const Type *ty, Qualifiers qs, raw_ostream &OS);
102 void printAfter(QualType T, raw_ostream &OS);
151 printAfter(T, Quals, OS);
291 void TypePrinter::printAfter(QualType t, raw_ostream &OS) { function in class:TypePrinter
293 printAfter(split.Ty, split.Quals, OS);
298 void TypePrinter::printAfter(const Type *T, Qualifiers Quals, raw_ostream &OS) { function in class:TypePrinter
319 printAfter(T->getElementType(), OS);
339 printAfter(T->getPointeeType(), OS);
351 printAfter(T->getPointeeType(), OS);
373 printAfter(
[all...]

Completed in 72 milliseconds