Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2360 bool hasDirectOwnershipQualifier(QualType Ty) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6638 if (S.Context.hasDirectOwnershipQualifier(type)) { in handleObjCOwnershipTypeAttr()
H A DSemaDecl.cpp19013 !Context.hasDirectOwnershipQualifier(FD->getType()))) { in ActOnFields()
H A DSemaExpr.cpp18411 !S.Context.hasDirectOwnershipQualifier(PointeeTy)) { in captureInBlock()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10064 bool ASTContext::hasDirectOwnershipQualifier(QualType Ty) const { in hasDirectOwnershipQualifier() function in ASTContext