Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp2537 const FunctionProtoType *ToFunctionType in isObjCPointerConversion() local
2539 if (FromFunctionType && ToFunctionType) { in isObjCPointerConversion()
2555 Context.getCanonicalType(ToFunctionType->getReturnType())) { in isObjCPointerConversion()
2571 QualType ToArgType = ToFunctionType->getParamType(ArgIdx); in isObjCPointerConversion()
2685 const FunctionProtoType *ToFunctionType in IsBlockPointerConversion() local
2688 if (!FromFunctionType || !ToFunctionType) in IsBlockPointerConversion()
2697 FromFunctionType->isVariadic() != ToFunctionType->isVariadic()) in IsBlockPointerConversion()
2701 FunctionType::ExtInfo ToEInfo = ToFunctionType->getExtInfo(); in IsBlockPointerConversion()
2707 ToFunctionType->getReturnType())) { in IsBlockPointerConversion()
2711 QualType LHS = ToFunctionType->getReturnType(); in IsBlockPointerConversion()
[all …]