Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp2246 const FunctionProtoType *ToFunctionType in isObjCPointerConversion() local
2248 if (FromFunctionType && ToFunctionType) { in isObjCPointerConversion()
2257 if (FromFunctionType->getNumParams() != ToFunctionType->getNumParams() || in isObjCPointerConversion()
2258 FromFunctionType->isVariadic() != ToFunctionType->isVariadic() || in isObjCPointerConversion()
2259 FromFunctionType->getTypeQuals() != ToFunctionType->getTypeQuals()) in isObjCPointerConversion()
2264 Context.getCanonicalType(ToFunctionType->getReturnType())) { in isObjCPointerConversion()
2267 ToFunctionType->getReturnType(), in isObjCPointerConversion()
2280 QualType ToArgType = ToFunctionType->getParamType(ArgIdx); in isObjCPointerConversion()
2394 const FunctionProtoType *ToFunctionType in IsBlockPointerConversion() local
2397 if (!FromFunctionType || !ToFunctionType) in IsBlockPointerConversion()
[all …]
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2067 const FunctionProtoType *ToFunctionType);
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp7369 const FunctionProtoType *ToFunctionType) { in FunctionTypesMatchOnNSConsumedAttrs() argument
7371 ToFunctionType->hasAnyConsumedParams()) in FunctionTypesMatchOnNSConsumedAttrs()
7376 ToFunctionType->getExtProtoInfo(); in FunctionTypesMatchOnNSConsumedAttrs()