Home | History | Annotate | Download | only in AST

Lines Matching refs:Cls

2532 QualType ASTContext::getMemberPointerType(QualType T, const Type *Cls) const {
2536 MemberPointerType::Profile(ID, T, Cls);
2546 if (!T.isCanonical() || !Cls->isCanonicalUnqualified()) {
2547 Canonical = getMemberPointerType(getCanonicalType(T),getCanonicalType(Cls));
2555 = new (*this, TypeAlignment) MemberPointerType(T, Cls, Canonical);