Home
last modified time | relevance | path

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

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