Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h216 bool CheckObjectExists(const char *name) override { CheckObjectExists() function
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h532 virtual bool CheckObjectExists(const char *name) { return false; } CheckObjectExists() function