Home
last modified time | relevance | path

Searched refs:setFn (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1387 …_variable(lua_State *L,const char *name,lua_CFunction getFn,lua_CFunction setFn); /* forward decla…
2038 … void SWIG_Lua_add_variable(lua_State *L,const char *name,lua_CFunction getFn,lua_CFunction setFn) in SWIG_Lua_add_variable() argument
2045 if (setFn) in SWIG_Lua_add_variable()
2049 SWIG_Lua_add_function(L,name,setFn); in SWIG_Lua_add_variable()