Searched refs:buildClosFunctionCall (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/swig-12/Source/Modules/
H A Dchicken.cxx110 String *buildClosFunctionCall(List *types, const_String_or_char_ptr closname, const_String_or_char_ptr funcname);
630 method_def = buildClosFunctionCall(function_arg_types, clos_name, chickenPrimitiveName(scmname));
1052 String *func_call = buildClosFunctionCall(constructor_arg_types, initfunc_name, chickenPrimitiveName(constructor_name));
1243 String *CHICKEN::buildClosFunctionCall(List *types, const_String_or_char_ptr closname, const_String_or_char_ptr funcname) { function in class:CHICKEN
1421 String *func_call = buildClosFunctionCall(f.item, clos_name, chickenPrimitiveName(scmname));

Completed in 111 milliseconds