Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2270 bool hasDirectOwnershipQualifier(QualType Ty) const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp6801 if (S.Context.hasDirectOwnershipQualifier(type)) { in handleObjCOwnershipTypeAttr()
H A DSemaDecl.cpp18144 !Context.hasDirectOwnershipQualifier(FD->getType()))) { in ActOnFields()
H A DSemaExpr.cpp18443 !S.Context.hasDirectOwnershipQualifier(PointeeTy)) { in captureInBlock()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp9395 bool ASTContext::hasDirectOwnershipQualifier(QualType Ty) const { in hasDirectOwnershipQualifier() function in ASTContext