Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1163 QualType getObjCGCQualType(QualType T, Qualifiers::GC gcAttr) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2996 QualType ASTContext::getObjCGCQualType(QualType T, in getObjCGCQualType() function in ASTContext
3005 QualType ResultType = getObjCGCQualType(Pointee, GCAttr); in getObjCGCQualType()
9665 return mergeTypes(LHS, getObjCGCQualType(RHS, Qualifiers::Strong)); in mergeTypes()
9668 return mergeTypes(getObjCGCQualType(LHS, Qualifiers::Strong), RHS); in mergeTypes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp1241 Context.getObjCGCQualType(PropertyIvarType, Qualifiers::Weak); in ActOnPropertyImplDecl()
H A DSemaType.cpp6780 type = S.Context.getObjCGCQualType(origType, GCAttr); in handleObjCGCTypeAttr()