Home
last modified time | relevance | path

Searched refs:getObjCGCQualType (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h1004 QualType getObjCGCQualType(QualType T, Qualifiers::GC gcAttr) const;
/external/clang/lib/AST/
DASTContext.cpp2197 QualType ASTContext::getObjCGCQualType(QualType T, in getObjCGCQualType() function in ASTContext
2206 QualType ResultType = getObjCGCQualType(Pointee, GCAttr); in getObjCGCQualType()
7683 return mergeTypes(LHS, getObjCGCQualType(RHS, Qualifiers::Strong)); in mergeTypes()
7686 return mergeTypes(getObjCGCQualType(LHS, Qualifiers::Strong), RHS); in mergeTypes()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1062 Context.getObjCGCQualType(PropertyIvarType, Qualifiers::Weak); in ActOnPropertyImplDecl()
DSemaType.cpp5598 type = S.Context.getObjCGCQualType(origType, GCAttr); in handleObjCGCTypeAttr()