Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp2615 const FunctionProtoType *ToFunctionType in isObjCPointerConversion() local
2617 if (FromFunctionType && ToFunctionType) { in isObjCPointerConversion()
2626 if (FromFunctionType->getNumParams() != ToFunctionType->getNumParams() || in isObjCPointerConversion()
2627 FromFunctionType->isVariadic() != ToFunctionType->isVariadic() || in isObjCPointerConversion()
2628 FromFunctionType->getMethodQuals() != ToFunctionType->getMethodQuals()) in isObjCPointerConversion()
2633 Context.getCanonicalType(ToFunctionType->getReturnType())) { in isObjCPointerConversion()
2636 ToFunctionType->getReturnType(), in isObjCPointerConversion()
2649 QualType ToArgType = ToFunctionType->getParamType(ArgIdx); in isObjCPointerConversion()
2763 const FunctionProtoType *ToFunctionType in IsBlockPointerConversion() local
2766 if (!FromFunctionType || !ToFunctionType) in IsBlockPointerConversion()
[all …]
/external/clang/include/clang/AST/
DASTContext.h2282 const FunctionProtoType *ToFunctionType);