Searched refs:TryGettingFunctionTypeFromInvokeFunction (Results 1 – 6 of 6) sorted by relevance
575 const Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(funcReturnType); in CheckReturnType()576 const Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(argumentType); in CheckReturnType()608 const Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(argumentType); in InferReturnType()609 const Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(funcReturnType); in InferReturnType()
728 const checker::Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(leftType); in Check()729 const checker::Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(rightType); in Check()1370 … const checker::Type *sourceType = checker->TryGettingFunctionTypeFromInvokeFunction(valueType); in CheckObjectExprProps()1371 … const checker::Type *targetType = checker->TryGettingFunctionTypeFromInvokeFunction(propType); in CheckObjectExprProps()
598 Type *TryGettingFunctionTypeFromInvokeFunction(Type *type);
380 …TryGettingFunctionTypeFromInvokeFunction(substitutedSig->Params()[index]->TsType()), index, flags)… in ValidateSignatureRequiredParams()398 … TryGettingFunctionTypeFromInvokeFunction(targetType), "' at index ", index + 1}, in CheckInvokable()430 const Type *targetType = TryGettingFunctionTypeFromInvokeFunction( in ValidateSignatureRestParams()432 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ValidateSignatureRestParams()454 …const Type *targetType = TryGettingFunctionTypeFromInvokeFunction(substitutedSig->RestVar()->TsTyp… in ValidateSignatureRestParams()455 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ValidateSignatureRestParams()
528 const Type *targetType = TryGettingFunctionTypeFromInvokeFunction(funcReturnType); in ResolveReturnStatement()529 const Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(argumentType); in ResolveReturnStatement()747 Type *sourceType = TryGettingFunctionTypeFromInvokeFunction(initType); in CheckAnnotationTypeForVariableDeclaration()770 TryGettingFunctionTypeFromInvokeFunction(annotationType), "'"}); in CheckAnnotationTypeForVariableDeclaration()2472 Type *ETSChecker::TryGettingFunctionTypeFromInvokeFunction(Type *type) in TryGettingFunctionTypeFromInvokeFunction() function in ark::es2panda::checker::ETSChecker
1003 const Type *targetType = TryGettingFunctionTypeFromInvokeFunction(parameterType); in TypeInference()