Home | History | Annotate | Download | only in AST

Lines Matching refs:getMemberPointerType

1645 /// getMemberPointerType - Return the uniqued reference to the type for a
1647 QualType ASTContext::getMemberPointerType(QualType T, const Type *Cls) const {
1662 Canonical = getMemberPointerType(getCanonicalType(T),getCanonicalType(Cls));