Home
last modified time | relevance | path

Searched defs:CheckObjectExists (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h357 bool CheckObjectExists(const char *name) override { in CheckObjectExists() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h446 virtual bool CheckObjectExists(const char *name) { return false; } in CheckObjectExists() function