Home
last modified time | relevance | path

Searched refs:getObjCGCAttrKind (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h271 QS.setObjCGCAttr(Context.getObjCGCAttrKind(Type));
H A DCGObjC.cpp995 CGM.getContext().getObjCGCAttrKind(ivarType))) { in PropertyImplStrategy()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2328 Qualifiers::GC getObjCGCAttrKind(QualType Ty) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3007 (Ctx.getObjCGCAttrKind(T) != Qualifiers::Weak); in isOBJCGCCandidate()
H A DASTContext.cpp9810 Qualifiers::GC ASTContext::getObjCGCAttrKind(QualType Ty) const { in getObjCGCAttrKind() function in ASTContext
9824 return getObjCGCAttrKind(Ty->castAs<PointerType>()->getPointeeType()); in getObjCGCAttrKind()