Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp3844 bool Type::isBlockCompatibleObjCPointerType(ASTContext &ctx) const { in isBlockCompatibleObjCPointerType() function in Type
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2020 bool isBlockCompatibleObjCPointerType(ASTContext &ctx) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp8078 LHSType->isBlockCompatibleObjCPointerType(Context)) { in CheckAssignmentConstraints()
10606 RHSType->isBlockCompatibleObjCPointerType(Context)) { in CheckCompareOperands()
10611 LHSType->isBlockCompatibleObjCPointerType(Context) && in CheckCompareOperands()
H A DSemaType.cpp956 if (bound->isBlockCompatibleObjCPointerType(S.Context)) in applyObjCTypeArgs()