Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1161 QualType getObjCGCQualType(QualType T, Qualifiers::GC gcAttr) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2693 QualType ASTContext::getObjCGCQualType(QualType T, in getObjCGCQualType() function in ASTContext
2702 QualType ResultType = getObjCGCQualType(Pointee, GCAttr); in getObjCGCQualType()
8745 return mergeTypes(LHS, getObjCGCQualType(RHS, Qualifiers::Strong)); in mergeTypes()
8748 return mergeTypes(getObjCGCQualType(LHS, Qualifiers::Strong), RHS); in mergeTypes()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1213 Context.getObjCGCQualType(PropertyIvarType, Qualifiers::Weak); in ActOnPropertyImplDecl()
H A DSemaType.cpp6189 type = S.Context.getObjCGCQualType(origType, GCAttr); in handleObjCGCTypeAttr()