Home | History | Annotate | Download | only in AST

Lines Matching refs:Cls

1647 QualType ASTContext::getMemberPointerType(QualType T, const Type *Cls) const {
1651 MemberPointerType::Profile(ID, T, Cls);
1661 if (!T.isCanonical() || !Cls->isCanonicalUnqualified()) {
1662 Canonical = getMemberPointerType(getCanonicalType(T),getCanonicalType(Cls));
1670 = new (*this, TypeAlignment) MemberPointerType(T, Cls, Canonical);