Searched refs:getObjCGCQualType (Results 1 – 8 of 8) sorted by relevance
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1004 QualType getObjCGCQualType(QualType T, Qualifiers::GC gcAttr) const;
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 2197 QualType ASTContext::getObjCGCQualType(QualType T, in getObjCGCQualType() function in ASTContext 2206 QualType ResultType = getObjCGCQualType(Pointee, GCAttr); in getObjCGCQualType() 7683 return mergeTypes(LHS, getObjCGCQualType(RHS, Qualifiers::Strong)); in mergeTypes() 7686 return mergeTypes(getObjCGCQualType(LHS, Qualifiers::Strong), RHS); in mergeTypes()
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTContext.h | 1120 QualType getObjCGCQualType(QualType T, Qualifiers::GC gcAttr) const;
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 2953 QualType ASTContext::getObjCGCQualType(QualType T, in getObjCGCQualType() function in ASTContext 2962 QualType ResultType = getObjCGCQualType(Pointee, GCAttr); in getObjCGCQualType() 9551 return mergeTypes(LHS, getObjCGCQualType(RHS, Qualifiers::Strong)); in mergeTypes() 9554 return mergeTypes(getObjCGCQualType(LHS, Qualifiers::Strong), RHS); in mergeTypes()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 1062 Context.getObjCGCQualType(PropertyIvarType, Qualifiers::Weak); in ActOnPropertyImplDecl()
|
D | SemaType.cpp | 5598 type = S.Context.getObjCGCQualType(origType, GCAttr); in handleObjCGCTypeAttr()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 1249 Context.getObjCGCQualType(PropertyIvarType, Qualifiers::Weak); in ActOnPropertyImplDecl()
|
D | SemaType.cpp | 6741 type = S.Context.getObjCGCQualType(origType, GCAttr); in handleObjCGCTypeAttr()
|