HomeSort by: relevance | last modified time | path
    Searched refs:hasDirectOwnershipQualifier (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2140 bool hasDirectOwnershipQualifier(QualType Ty) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 8730 bool ASTContext::hasDirectOwnershipQualifier(QualType Ty) const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 6619 if (S.Context.hasDirectOwnershipQualifier(type)) {
SemaDecl.cpp 17368 !Context.hasDirectOwnershipQualifier(FD->getType()))) {
SemaExpr.cpp 17381 !S.Context.hasDirectOwnershipQualifier(PointeeTy)) {

Completed in 102 milliseconds