Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2140 bool hasDirectOwnershipQualifier(QualType Ty) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp6619 if (S.Context.hasDirectOwnershipQualifier(type)) { in handleObjCOwnershipTypeAttr()
H A DSemaDecl.cpp17368 !Context.hasDirectOwnershipQualifier(FD->getType()))) { in ActOnFields()
H A DSemaExpr.cpp17381 !S.Context.hasDirectOwnershipQualifier(PointeeTy)) { in captureInBlock()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp8730 bool ASTContext::hasDirectOwnershipQualifier(QualType Ty) const { in hasDirectOwnershipQualifier() function in ASTContext