Home | History | Annotate | Download | only in AST

Lines Matching refs:getMemberPointerType

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