Searched refs:getObjCGCQualType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1413 QualType getObjCGCQualType(QualType T, Qualifiers::GC gcAttr) const;
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1224 Context.getObjCGCQualType(PropertyIvarType, Qualifiers::Weak); in ActOnPropertyImplDecl()
|
| H A D | SemaType.cpp | 6826 type = S.Context.getObjCGCQualType(origType, GCAttr); in handleObjCGCTypeAttr()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3659 QualType ASTContext::getObjCGCQualType(QualType T, in getObjCGCQualType() function in ASTContext 3668 QualType ResultType = getObjCGCQualType(Pointee, GCAttr); in getObjCGCQualType() 11641 return mergeTypes(LHS, getObjCGCQualType(RHS, Qualifiers::Strong)); in mergeTypes() 11644 return mergeTypes(getObjCGCQualType(LHS, Qualifiers::Strong), RHS); in mergeTypes()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8840 …jCGCQualTypeENS_8QualTypeENS_10Qualifiers2GCE", "clang::ASTContext::getObjCGCQualType(clang::QualT…
|