Searched refs:FunctionStart (Results 1 – 1 of 1) sorted by relevance
269 std::string FunctionStart = "void forEach_" + ForEach->getName() + "("; in genForEachDeclarations() local270 mOut.indent() << FunctionStart; in genForEachDeclarations()294 genArguments(Arguments, FunctionStart.length()); in genForEachDeclarations()323 std::string FunctionStart = in genExportForEachBodies() local325 mOut.indent() << FunctionStart; in genExportForEachBodies()347 genArguments(Arguments, FunctionStart.length()); in genExportForEachBodies()