Searched refs:getObjCGCQualType (Results 1 – 4 of 4) sorted by relevance
1311 QualType getObjCGCQualType(QualType T, Qualifiers::GC gcAttr) const;
1223 Context.getObjCGCQualType(PropertyIvarType, Qualifiers::Weak); in ActOnPropertyImplDecl()
6799 type = S.Context.getObjCGCQualType(origType, GCAttr); in handleObjCGCTypeAttr()
3431 QualType ASTContext::getObjCGCQualType(QualType T, in getObjCGCQualType() function in ASTContext3440 QualType ResultType = getObjCGCQualType(Pointee, GCAttr); in getObjCGCQualType()11051 return mergeTypes(LHS, getObjCGCQualType(RHS, Qualifiers::Strong)); in mergeTypes()11054 return mergeTypes(getObjCGCQualType(LHS, Qualifiers::Strong), RHS); in mergeTypes()