Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1258 QualType getObjCGCQualType(QualType T, Qualifiers::GC gcAttr) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1241 Context.getObjCGCQualType(PropertyIvarType, Qualifiers::Weak); in ActOnPropertyImplDecl()
H A DSemaType.cpp7216 type = S.Context.getObjCGCQualType(origType, GCAttr); in handleObjCGCTypeAttr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3076 QualType ASTContext::getObjCGCQualType(QualType T, in getObjCGCQualType() function in ASTContext
3085 QualType ResultType = getObjCGCQualType(Pointee, GCAttr); in getObjCGCQualType()
10576 return mergeTypes(LHS, getObjCGCQualType(RHS, Qualifiers::Strong)); in mergeTypes()
10579 return mergeTypes(getObjCGCQualType(LHS, Qualifiers::Strong), RHS); in mergeTypes()