Searched defs:argTypeInferenceRequired (Results 1 – 2 of 2) sorted by relevance
413 … const std::vector<bool> &argTypeInferenceRequired, bool reportError) in ValidateSignatureRequiredParams()578 const std::vector<bool> &argTypeInferenceRequired, const bool unique) in ValidateSignature()688 std::vector<bool> argTypeInferenceRequired = FindTypeInferenceArguments(arguments); in CollectSignatures() local766 std::vector<bool> argTypeInferenceRequired = FindTypeInferenceArguments(arguments); in GetMostSpecificSignature() local990 …const std::vector<bool> &argTypeInferenceRequired, size_t paramCount, ArenaVector<Signature *> &si… in GetSuitableSignaturesForParameter()1033 … const std::vector<bool> &argTypeInferenceRequired, in ChooseMostSpecificSignature()
2530 std::vector<bool> argTypeInferenceRequired(arguments.size()); in FindTypeInferenceArguments() local