Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h2236 bool typesAreBlockPointerCompatible(QualType, QualType);
/external/llvm-project/clang/include/clang/AST/
DASTContext.h2624 bool typesAreBlockPointerCompatible(QualType, QualType);
/external/clang/lib/AST/
DASTContext.cpp7131 return ctx.typesAreBlockPointerCompatible(lhs, rhs); in canAssignObjCObjectTypes()
7399 bool ASTContext::typesAreBlockPointerCompatible(QualType LHS, QualType RHS) { in typesAreBlockPointerCompatible() function in ASTContext
/external/llvm-project/clang/lib/AST/
DASTContext.cpp8989 return ctx.typesAreBlockPointerCompatible(lhs, rhs); in canAssignObjCObjectTypes()
9257 bool ASTContext::typesAreBlockPointerCompatible(QualType LHS, QualType RHS) { in typesAreBlockPointerCompatible() function in ASTContext
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp8918 if (!S.Context.typesAreBlockPointerCompatible( in checkBlockPointerTypesForAssignment()
8922 } else if (!S.Context.typesAreBlockPointerCompatible(LHSType, RHSType)) in checkBlockPointerTypesForAssignment()
/external/clang/lib/Sema/
DSemaExpr.cpp7247 if (!S.Context.typesAreBlockPointerCompatible(LHSType, RHSType)) in checkBlockPointerTypesForAssignment()