Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp657 if (bound->isBlockCompatibleObjCPointerType(S.Context)) in applyObjCTypeArgs()
H A DSemaExpr.cpp9413 LHSType->isBlockCompatibleObjCPointerType(Context)) { in CheckAssignmentConstraints()
12440 RHSType->isBlockCompatibleObjCPointerType(Context)) { in CheckCompareOperands()
12445 LHSType->isBlockCompatibleObjCPointerType(Context) && in CheckCompareOperands()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4871 bool Type::isBlockCompatibleObjCPointerType(ASTContext &ctx) const { in isBlockCompatibleObjCPointerType() function in Type
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2593 bool isBlockCompatibleObjCPointerType(ASTContext &ctx) const;