Lines Matching refs:labels
319 std::vector<Identifier*> labels) in CallMethodExpression()
324 labels(std::move(labels)) {} in CallMethodExpression()
338 std::vector<Identifier*> labels; member
345 std::vector<Identifier*> labels) in CallExpression()
349 labels(std::move(labels)) {} in CallExpression()
361 std::vector<Identifier*> labels; member
971 LabelAndTypesVector labels) in CallableDeclaration()
977 labels(std::move(labels)) {} in CallableDeclaration()
983 LabelAndTypesVector labels; member
991 const LabelAndTypesVector& labels) in MacroDeclaration()
993 std::move(parameters), return_type, labels), in MacroDeclaration()
1010 const LabelAndTypesVector& labels) in ExternalMacroDeclaration()
1012 std::move(parameters), return_type, labels), in ExternalMacroDeclaration()
1034 const LabelAndTypesVector& labels, bool export_to_csa, in TorqueMacroDeclaration()
1037 std::move(parameters), return_type, labels), in TorqueMacroDeclaration()
1161 LabelAndTypesVector labels, Statement* body) in SpecializationDeclaration()
1164 std::move(labels)), in SpecializationDeclaration()
1302 std::vector<Identifier*> labels = {}) {
1304 std::move(labels));
1309 std::vector<Identifier*> labels = {}) {
1311 std::move(arguments), std::move(labels));