Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGValue.h376 qs.setObjCGCAttr(Context.getObjCGCAttrKind(type));
DCGObjC.cpp741 CGM.getContext().getObjCGCAttrKind(ivarType))) { in PropertyImplStrategy()
/external/clang/include/clang/AST/
DASTContext.h1782 Qualifiers::GC getObjCGCAttrKind(QualType Ty) const;
/external/clang/lib/AST/
DExpr.cpp2252 (Ctx.getObjCGCAttrKind(T) != Qualifiers::Weak); in isOBJCGCCandidate()
DASTContext.cpp6718 Qualifiers::GC ASTContext::getObjCGCAttrKind(QualType Ty) const { in getObjCGCAttrKind() function in ASTContext
6732 return getObjCGCAttrKind(Ty->getAs<PointerType>()->getPointeeType()); in getObjCGCAttrKind()