Searched refs:getObjCGCQualType (Results 1 – 4 of 4) sorted by relevance
1208 QualType getObjCGCQualType(QualType T, Qualifiers::GC gcAttr) const;
3011 QualType ASTContext::getObjCGCQualType(QualType T, in getObjCGCQualType() function in ASTContext3020 QualType ResultType = getObjCGCQualType(Pointee, GCAttr); in getObjCGCQualType()9707 return mergeTypes(LHS, getObjCGCQualType(RHS, Qualifiers::Strong)); in mergeTypes()9710 return mergeTypes(getObjCGCQualType(LHS, Qualifiers::Strong), RHS); in mergeTypes()
1241 Context.getObjCGCQualType(PropertyIvarType, Qualifiers::Weak); in ActOnPropertyImplDecl()
6813 type = S.Context.getObjCGCQualType(origType, GCAttr); in handleObjCGCTypeAttr()