Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h2025 bool typesAreBlockPointerCompatible(QualType, QualType);
/external/clang/lib/AST/
DASTContext.cpp6901 bool ASTContext::typesAreBlockPointerCompatible(QualType LHS, QualType RHS) { in typesAreBlockPointerCompatible() function in ASTContext
/external/clang/lib/Sema/
DSemaExpr.cpp6677 if (!S.Context.typesAreBlockPointerCompatible(LHSType, RHSType)) in checkBlockPointerTypesForAssignment()