Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h513 virtual bool IsReservedWord(const char *word) { return false; } in IsReservedWord() function
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h239 bool IsReservedWord(const char *word) override;
DScriptInterpreterPython.cpp2903 bool ScriptInterpreterPythonImpl::IsReservedWord(const char *word) { in IsReservedWord() function in ScriptInterpreterPythonImpl
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp117 script_interpreter->IsReservedWord(module_basename.c_str())) { in LocateExecutableScriptingResources()