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.cpp653 if (bound->isBlockCompatibleObjCPointerType(S.Context)) in applyObjCTypeArgs()
H A DSemaExpr.cpp9577 LHSType->isBlockCompatibleObjCPointerType(Context)) { in CheckAssignmentConstraints()
12796 RHSType->isBlockCompatibleObjCPointerType(Context)) { in CheckCompareOperands()
12801 LHSType->isBlockCompatibleObjCPointerType(Context) && in CheckCompareOperands()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5120 bool Type::isBlockCompatibleObjCPointerType(ASTContext &ctx) const { in isBlockCompatibleObjCPointerType() function in Type
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2656 bool isBlockCompatibleObjCPointerType(ASTContext &ctx) const;