Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp3630 bool Type::isBlockCompatibleObjCPointerType(ASTContext &ctx) const { in isBlockCompatibleObjCPointerType() function in Type
/external/clang/include/clang/AST/
DType.h1725 bool isBlockCompatibleObjCPointerType(ASTContext &ctx) const;
/external/clang/lib/Sema/
DSemaType.cpp950 if (bound->isBlockCompatibleObjCPointerType(S.Context)) in applyObjCTypeArgs()
DSemaExpr.cpp7549 LHSType->isBlockCompatibleObjCPointerType(Context)) { in CheckAssignmentConstraints()