Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp4194 bool Type::isBlockCompatibleObjCPointerType(ASTContext &ctx) const { in isBlockCompatibleObjCPointerType() function in Type
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h2090 bool isBlockCompatibleObjCPointerType(ASTContext &ctx) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp9363 LHSType->isBlockCompatibleObjCPointerType(Context)) { in CheckAssignmentConstraints()
12032 RHSType->isBlockCompatibleObjCPointerType(Context)) { in CheckCompareOperands()
12037 LHSType->isBlockCompatibleObjCPointerType(Context) && in CheckCompareOperands()
H A DSemaType.cpp991 if (bound->isBlockCompatibleObjCPointerType(S.Context)) in applyObjCTypeArgs()