Home | History | Annotate | Download | only in AST

Lines Matching refs:qs

89     void print(const Type *ty, Qualifiers qs, raw_ostream &OS,
97 void printBefore(const Type *ty, Qualifiers qs, raw_ostream &OS);
99 void printAfter(const Type *ty, Qualifiers qs, raw_ostream &OS);
1587 std::string QualType::getAsString(const Type *ty, Qualifiers qs) {
1590 getAsStringInternal(ty, qs, buffer, PrintingPolicy(options));
1594 void QualType::print(const Type *ty, Qualifiers qs,
1604 TypePrinter(policy).print(ty, qs, OS, PH);
1607 void QualType::getAsStringInternal(const Type *ty, Qualifiers qs,
1612 TypePrinter(policy).print(ty, qs, StrOS, buffer);