reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2552 if (FromFunctionType && ToFunctionType) { 2561 if (FromFunctionType->getNumParams() != ToFunctionType->getNumParams() || 2562 FromFunctionType->isVariadic() != ToFunctionType->isVariadic() || 2563 FromFunctionType->getMethodQuals() != ToFunctionType->getMethodQuals()) 2567 if (Context.getCanonicalType(FromFunctionType->getReturnType()) == 2570 } else if (isObjCPointerConversion(FromFunctionType->getReturnType(), 2581 for (unsigned ArgIdx = 0, NumArgs = FromFunctionType->getNumParams(); 2583 QualType FromArgType = FromFunctionType->getParamType(ArgIdx);