Home | History | Annotate | Download | only in AST

Lines Matching refs:getMemberPointerType

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