Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3151 bool typesAreBlockPointerCompatible(QualType, QualType);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11006 return ctx.typesAreBlockPointerCompatible(lhs, rhs); in canAssignObjCObjectTypes()
11277 bool ASTContext::typesAreBlockPointerCompatible(QualType LHS, QualType RHS) { in typesAreBlockPointerCompatible() function in ASTContext
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp9197 if (!S.Context.typesAreBlockPointerCompatible( in checkBlockPointerTypesForAssignment()
9201 } else if (!S.Context.typesAreBlockPointerCompatible(LHSType, RHSType)) in checkBlockPointerTypesForAssignment()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8955 …lockPointerCompatibleENS_8QualTypeES1_", "clang::ASTContext::typesAreBlockPointerCompatible(clang:…