Home
last modified time | relevance | path

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

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