Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h555 virtual bool IsReservedWord(const char *word) { return false; } in IsReservedWord() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h247 bool IsReservedWord(const char *word) override;
H A DScriptInterpreterPython.cpp2711 bool ScriptInterpreterPythonImpl::IsReservedWord(const char *word) { in IsReservedWord() function in ScriptInterpreterPythonImpl
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp245 script_interpreter->IsReservedWord(module_basename.c_str())) { in LocateExecutableScriptingResources()