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

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

Completed in 169 milliseconds