Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp4264 bool Type::isBlockCompatibleObjCPointerType(ASTContext &ctx) const { in isBlockCompatibleObjCPointerType() function in Type
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h2166 bool isBlockCompatibleObjCPointerType(ASTContext &ctx) const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp9783 LHSType->isBlockCompatibleObjCPointerType(Context)) { in CheckAssignmentConstraints()
12733 RHSType->isBlockCompatibleObjCPointerType(Context)) { in CheckCompareOperands()
12738 LHSType->isBlockCompatibleObjCPointerType(Context) && in CheckCompareOperands()
H A DSemaType.cpp982 if (bound->isBlockCompatibleObjCPointerType(S.Context)) in applyObjCTypeArgs()