Home
last modified time | relevance | path

Searched refs:typesAreBlockPointerCompatible (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2665 bool typesAreBlockPointerCompatible(QualType, QualType);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp9103 return ctx.typesAreBlockPointerCompatible(lhs, rhs); in canAssignObjCObjectTypes()
9371 bool ASTContext::typesAreBlockPointerCompatible(QualType LHS, QualType RHS) { in typesAreBlockPointerCompatible() function in ASTContext
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp9018 if (!S.Context.typesAreBlockPointerCompatible( in checkBlockPointerTypesForAssignment()
9022 } else if (!S.Context.typesAreBlockPointerCompatible(LHSType, RHSType)) in checkBlockPointerTypesForAssignment()