Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp2368 const FunctionProtoType *ToFunctionType in isObjCPointerConversion() local
2370 if (FromFunctionType && ToFunctionType) { in isObjCPointerConversion()
2379 if (FromFunctionType->getNumParams() != ToFunctionType->getNumParams() || in isObjCPointerConversion()
2380 FromFunctionType->isVariadic() != ToFunctionType->isVariadic() || in isObjCPointerConversion()
2381 FromFunctionType->getTypeQuals() != ToFunctionType->getTypeQuals()) in isObjCPointerConversion()
2386 Context.getCanonicalType(ToFunctionType->getReturnType())) { in isObjCPointerConversion()
2389 ToFunctionType->getReturnType(), in isObjCPointerConversion()
2402 QualType ToArgType = ToFunctionType->getParamType(ArgIdx); in isObjCPointerConversion()
2516 const FunctionProtoType *ToFunctionType in IsBlockPointerConversion() local
2519 if (!FromFunctionType || !ToFunctionType) in IsBlockPointerConversion()
[all …]
/external/clang/include/clang/AST/
DASTContext.h2282 const FunctionProtoType *ToFunctionType);