Searched refs:getObjCGCQualType (Results 1 – 4 of 4) sorted by relevance
994 QualType getObjCGCQualType(QualType T, Qualifiers::GC gcAttr) const;
2188 QualType ASTContext::getObjCGCQualType(QualType T, in getObjCGCQualType() function in ASTContext2197 QualType ResultType = getObjCGCQualType(Pointee, GCAttr); in getObjCGCQualType()7568 return mergeTypes(LHS, getObjCGCQualType(RHS, Qualifiers::Strong)); in mergeTypes()7571 return mergeTypes(getObjCGCQualType(LHS, Qualifiers::Strong), RHS); in mergeTypes()
1047 Context.getObjCGCQualType(PropertyIvarType, Qualifiers::Weak); in ActOnPropertyImplDecl()
5295 type = S.Context.getObjCGCQualType(origType, GCAttr); in handleObjCGCTypeAttr()