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.cpp2406 Qualifiers::GC GCAttr = GetGCAttrTypeForType(CGM.getContext(), type); in visitBlock() local
2408 if (GCAttr == Qualifiers::Strong) { in visitBlock()
5365 Qualifiers::GC GCAttr = GetGCAttrTypeForType(CGM.getContext(), fieldType); in visitField() local
5368 if ((ForStrongLayout && GCAttr == Qualifiers::Strong) in visitField()
5369 || (!ForStrongLayout && GCAttr == Qualifiers::Weak)) { in visitField()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6778 Qualifiers::GC GCAttr; in handleObjCGCTypeAttr() local
6788 GCAttr = Qualifiers::Weak; in handleObjCGCTypeAttr()
6790 GCAttr = Qualifiers::Strong; in handleObjCGCTypeAttr()
6799 type = S.Context.getObjCGCQualType(origType, GCAttr); in handleObjCGCTypeAttr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3432 Qualifiers::GC GCAttr) const { in getObjCGCQualType()
3434 if (CanT.getObjCGCAttr() == GCAttr) in getObjCGCQualType()
3440 QualType ResultType = getObjCGCQualType(Pointee, GCAttr); in getObjCGCQualType()
3454 Quals.addObjCGCAttr(GCAttr); in getObjCGCQualType()