Lines Matching refs:FunctionDeclaration
810 CoercionCost FunctionCall::CallCost(const Context& context, const FunctionDeclaration& function, in CallCost()
819 FunctionDeclaration::ParamTypes types; in CallCost()
831 const FunctionDeclaration* FunctionCall::FindBestFunctionForCall( in FindBestFunctionForCall()
833 const std::vector<const FunctionDeclaration*>& functions, in FindBestFunctionForCall()
839 const FunctionDeclaration* best = nullptr; in FindBestFunctionForCall()
883 const std::vector<const FunctionDeclaration*>& functions = ref.functions(); in Convert()
884 const FunctionDeclaration* best = FindBestFunctionForCall(context, functions, in Convert()
904 const std::vector<const FunctionDeclaration*>& functions = ref.functions(); in Convert()
905 const FunctionDeclaration* best = FindBestFunctionForCall(context, functions, in Convert()
932 const FunctionDeclaration& function, in Convert()
953 FunctionDeclaration::ParamTypes types; in Convert()
1000 const FunctionDeclaration& function, in Make()