Lines Matching defs:signatures
769 ArenaVector<Signature *> signatures(checker->Allocator()->Adapter());
770 signatures.push_back(signature);
774 signatures.push_back(sig);
777 auto *funcType = checker->CreateETSFunctionType(expr->Function(), std::move(signatures), nullptr);
1028 auto &signatures = ChooseSignatures(checker, calleeType, expr->IsETSConstructorCall(), isFunctionalInterface,
1030 // Remove static signatures if the callee is a member expression and the object is initialized
1037 signatures.erase(
1038 std::remove_if(signatures.begin(), signatures.end(),
1040 signatures.end());
1043 checker::Signature *signature = checker->ResolveCallExpressionAndTrailingLambda(signatures, expr, expr->Start());
1078 checker->LogTypeError({"Type '", calleeType, "' has no call signatures."}, expr->Start());