Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp2300 const FunctionProtoType *FromFunctionType 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()
2319 if (Context.getCanonicalType(FromFunctionType->getReturnType()) == in isObjCPointerConversion()
2322 } else if (isObjCPointerConversion(FromFunctionType->getReturnType(), in isObjCPointerConversion()
2333 for (unsigned ArgIdx = 0, NumArgs = FromFunctionType->getNumParams(); in isObjCPointerConversion()
2335 QualType FromArgType = FromFunctionType->getParamType(ArgIdx); in isObjCPointerConversion()
2448 const FunctionProtoType *FromFunctionType in IsBlockPointerConversion() local
[all …]
/external/clang/include/clang/AST/
DASTContext.h2256 const FunctionProtoType *FromFunctionType,
/external/clang/lib/AST/
DASTContext.cpp7794 const FunctionProtoType *FromFunctionType, in FunctionTypesMatchOnNSConsumedAttrs() argument
7796 if (FromFunctionType->hasAnyConsumedParams() != in FunctionTypesMatchOnNSConsumedAttrs()
7800 FromFunctionType->getExtProtoInfo(); in FunctionTypesMatchOnNSConsumedAttrs()
7804 for (unsigned i = 0, n = FromFunctionType->getNumParams(); i != n; ++i) { in FunctionTypesMatchOnNSConsumedAttrs()