Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4626 bool Type::isBlockCompatibleObjCPointerType(ASTContext &ctx) const { in isBlockCompatibleObjCPointerType() function in Type
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2340 bool isBlockCompatibleObjCPointerType(ASTContext &ctx) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10409 LHSType->isBlockCompatibleObjCPointerType(Context)) { in CheckAssignmentConstraints()
13459 RHSType->isBlockCompatibleObjCPointerType(Context)) { in CheckCompareOperands()
13464 LHSType->isBlockCompatibleObjCPointerType(Context) && in CheckCompareOperands()
H A DSemaType.cpp1004 if (bound->isBlockCompatibleObjCPointerType(S.Context)) in applyObjCTypeArgs()