Home
last modified time | relevance | path

Searched refs:isBlockCompatibleObjCPointerType (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/AST/
DType.cpp3630 bool Type::isBlockCompatibleObjCPointerType(ASTContext &ctx) const { in isBlockCompatibleObjCPointerType() function in Type
/external/llvm-project/clang/lib/AST/
DType.cpp4183 bool Type::isBlockCompatibleObjCPointerType(ASTContext &ctx) const { in isBlockCompatibleObjCPointerType() function in Type
/external/clang/include/clang/AST/
DType.h1725 bool isBlockCompatibleObjCPointerType(ASTContext &ctx) const;
/external/llvm-project/clang/include/clang/AST/
DType.h2083 bool isBlockCompatibleObjCPointerType(ASTContext &ctx) const;
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp9263 LHSType->isBlockCompatibleObjCPointerType(Context)) { in CheckAssignmentConstraints()
11919 RHSType->isBlockCompatibleObjCPointerType(Context)) { in CheckCompareOperands()
11924 LHSType->isBlockCompatibleObjCPointerType(Context) && in CheckCompareOperands()
DSemaType.cpp991 if (bound->isBlockCompatibleObjCPointerType(S.Context)) in applyObjCTypeArgs()
/external/clang/lib/Sema/
DSemaType.cpp950 if (bound->isBlockCompatibleObjCPointerType(S.Context)) in applyObjCTypeArgs()
DSemaExpr.cpp7549 LHSType->isBlockCompatibleObjCPointerType(Context)) { in CheckAssignmentConstraints()