Searched refs:TryGettingFunctionTypeFromInvokeFunction (Results 1 – 6 of 6) sorted by relevance
599 const Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(funcReturnType); in CheckReturnType()600 const Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(argumentType); in CheckReturnType()633 const Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(argumentType); in InferReturnType()634 const Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(funcReturnType); in InferReturnType()
962 const checker::Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(leftType); in Check()963 const checker::Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(rightType); in Check()1716 … const checker::Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(valueType); in CheckObjectExprProps()1717 … const checker::Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(propType); in CheckObjectExprProps()
631 Type *TryGettingFunctionTypeFromInvokeFunction(Type *type);
390 …TryGettingFunctionTypeFromInvokeFunction(substitutedSig->Params()[index]->TsType()), index, flags)… in ValidateSignatureRequiredParams()413 … TryGettingFunctionTypeFromInvokeFunction(targetType), "' at index ", index + 1}, in CheckInvokable()450 const Type *targetType = TryGettingFunctionTypeFromInvokeFunction( in ValidateSignatureRestParams()452 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ValidateSignatureRestParams()474 …const Type *targetType = TryGettingFunctionTypeFromInvokeFunction(substitutedSig->RestVar()->TsTyp… in ValidateSignatureRestParams()475 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ValidateSignatureRestParams()
499 const Type *targetType = TryGettingFunctionTypeFromInvokeFunction(funcReturnType); in ResolveReturnStatement()500 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ResolveReturnStatement()747 Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(initType); in CheckAnnotationTypeForVariableDeclaration()762 …Type *targetType = isUnionFunction ? annotationType : TryGettingFunctionTypeFromInvokeFunction(ann… in CheckAnnotationTypeForVariableDeclaration()2510 Type *ETSChecker::TryGettingFunctionTypeFromInvokeFunction(Type *type) in TryGettingFunctionTypeFromInvokeFunction() function in ark::es2panda::checker::ETSChecker
1236 …TryGettingFunctionTypeFromInvokeFunction(subParameterType)->AsETSFunctionType()->CallSignatures()[… in CheckLambdaInfer()1326 const Type *targetType = TryGettingFunctionTypeFromInvokeFunction(parameterType); in TypeInference()