Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DType.cpp4353 bool Type::isBlockCompatibleObjCPointerType(ASTContext &ctx) const { in isBlockCompatibleObjCPointerType() function in Type
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DType.h2227 bool isBlockCompatibleObjCPointerType(ASTContext &ctx) const;
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp10038 LHSType->isBlockCompatibleObjCPointerType(Context)) { in CheckAssignmentConstraints()
13014 RHSType->isBlockCompatibleObjCPointerType(Context)) { in CheckCompareOperands()
13019 LHSType->isBlockCompatibleObjCPointerType(Context) && in CheckCompareOperands()
H A DSemaType.cpp987 if (bound->isBlockCompatibleObjCPointerType(S.Context)) in applyObjCTypeArgs()