Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp2244 const FunctionProtoType *FromFunctionType 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()
2263 if (Context.getCanonicalType(FromFunctionType->getReturnType()) == in isObjCPointerConversion()
2266 } else if (isObjCPointerConversion(FromFunctionType->getReturnType(), in isObjCPointerConversion()
2277 for (unsigned ArgIdx = 0, NumArgs = FromFunctionType->getNumParams(); in isObjCPointerConversion()
2279 QualType FromArgType = FromFunctionType->getParamType(ArgIdx); in isObjCPointerConversion()
2392 const FunctionProtoType *FromFunctionType in IsBlockPointerConversion() local
[all …]
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2066 const FunctionProtoType *FromFunctionType,
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp7368 const FunctionProtoType *FromFunctionType, in FunctionTypesMatchOnNSConsumedAttrs() argument
7370 if (FromFunctionType->hasAnyConsumedParams() != in FunctionTypesMatchOnNSConsumedAttrs()
7374 FromFunctionType->getExtProtoInfo(); in FunctionTypesMatchOnNSConsumedAttrs()
7378 for (unsigned i = 0, n = FromFunctionType->getNumParams(); i != n; ++i) { in FunctionTypesMatchOnNSConsumedAttrs()