Searched defs:argTypeInferenceRequired (Results 1 – 2 of 2) sorted by relevance
328 … const std::vector<bool> &argTypeInferenceRequired, bool throwError) in ValidateSignatureRequiredParams()536 const std::vector<bool> &argTypeInferenceRequired) in ValidateSignature()656 std::vector<bool> argTypeInferenceRequired = FindTypeInferenceArguments(arguments); in CollectSignatures() local706 std::vector<bool> argTypeInferenceRequired = FindTypeInferenceArguments(arguments); in GetMostSpecificSignature() local847 …const std::vector<bool> &argTypeInferenceRequired, size_t paramCount, ArenaVector<Signature *> &si… in GetSuitableSignaturesForParameter()888 … const std::vector<bool> &argTypeInferenceRequired, in ChooseMostSpecificSignature()
2139 std::vector<bool> argTypeInferenceRequired(arguments.size()); in FindTypeInferenceArguments() local