Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp2302 const FunctionProtoType *ToFunctionType in isObjCPointerConversion() local
2304 if (FromFunctionType && ToFunctionType) { in isObjCPointerConversion()
2313 if (FromFunctionType->getNumParams() != ToFunctionType->getNumParams() || in isObjCPointerConversion()
2314 FromFunctionType->isVariadic() != ToFunctionType->isVariadic() || in isObjCPointerConversion()
2315 FromFunctionType->getTypeQuals() != ToFunctionType->getTypeQuals()) in isObjCPointerConversion()
2320 Context.getCanonicalType(ToFunctionType->getReturnType())) { in isObjCPointerConversion()
2323 ToFunctionType->getReturnType(), in isObjCPointerConversion()
2336 QualType ToArgType = ToFunctionType->getParamType(ArgIdx); in isObjCPointerConversion()
2450 const FunctionProtoType *ToFunctionType in IsBlockPointerConversion() local
2453 if (!FromFunctionType || !ToFunctionType) in IsBlockPointerConversion()
[all …]
/external/clang/include/clang/AST/
DASTContext.h2257 const FunctionProtoType *ToFunctionType);
/external/clang/lib/AST/
DASTContext.cpp7795 const FunctionProtoType *ToFunctionType) { in FunctionTypesMatchOnNSConsumedAttrs() argument
7797 ToFunctionType->hasAnyConsumedParams()) in FunctionTypesMatchOnNSConsumedAttrs()
7802 ToFunctionType->getExtProtoInfo(); in FunctionTypesMatchOnNSConsumedAttrs()