Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4199 bool Type::isBlockCompatibleObjCPointerType(ASTContext &ctx) const { in isBlockCompatibleObjCPointerType() function in Type
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2090 bool isBlockCompatibleObjCPointerType(ASTContext &ctx) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp9427 LHSType->isBlockCompatibleObjCPointerType(Context)) { in CheckAssignmentConstraints()
12130 RHSType->isBlockCompatibleObjCPointerType(Context)) { in CheckCompareOperands()
12135 LHSType->isBlockCompatibleObjCPointerType(Context) && in CheckCompareOperands()
H A DSemaType.cpp992 if (bound->isBlockCompatibleObjCPointerType(S.Context)) in applyObjCTypeArgs()