Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDScriptInterpreterPythonImpl.h204 bool CheckObjectExists(const char *name) override { in CheckObjectExists() function
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDScriptInterpreter.h457 virtual bool CheckObjectExists(const char *name) { return false; } in CheckObjectExists() function