Home
last modified time | relevance | path

Searched refs:GCAttr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp2323 Qualifiers::GC GCAttr = GetGCAttrTypeForType(CGM.getContext(), type); in visitBlock() local
2325 if (GCAttr == Qualifiers::Strong) { in visitBlock()
5273 Qualifiers::GC GCAttr = GetGCAttrTypeForType(CGM.getContext(), fieldType); in visitField() local
5276 if ((ForStrongLayout && GCAttr == Qualifiers::Strong) || in visitField()
5277 (!ForStrongLayout && GCAttr == Qualifiers::Weak)) { in visitField()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6805 Qualifiers::GC GCAttr; in handleObjCGCTypeAttr() local
6815 GCAttr = Qualifiers::Weak; in handleObjCGCTypeAttr()
6817 GCAttr = Qualifiers::Strong; in handleObjCGCTypeAttr()
6826 type = S.Context.getObjCGCQualType(origType, GCAttr); in handleObjCGCTypeAttr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3660 Qualifiers::GC GCAttr) const { in getObjCGCQualType()
3662 if (CanT.getObjCGCAttr() == GCAttr) in getObjCGCQualType()
3668 QualType ResultType = getObjCGCQualType(Pointee, GCAttr); in getObjCGCQualType()
3682 Quals.addObjCGCAttr(GCAttr); in getObjCGCQualType()