Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2021 bool typesAreBlockPointerCompatible(QualType, QualType);
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6866 bool ASTContext::typesAreBlockPointerCompatible(QualType LHS, QualType RHS) { in typesAreBlockPointerCompatible() function in ASTContext
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp6382 if (!S.Context.typesAreBlockPointerCompatible(LHSType, RHSType)) in checkBlockPointerTypesForAssignment()