Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1962 bool typesAreBlockPointerCompatible(QualType, QualType);
/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp6881 bool ASTContext::typesAreBlockPointerCompatible(QualType LHS, QualType RHS) { in typesAreBlockPointerCompatible() function in ASTContext
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp6111 if (!S.Context.typesAreBlockPointerCompatible(LHSType, RHSType)) in checkBlockPointerTypesForAssignment()