Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h456 virtual bool IsReservedWord(const char *word) { return false; } in IsReservedWord() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h384 bool IsReservedWord(const char *word) override;
H A DScriptInterpreterPython.cpp2890 bool ScriptInterpreterPython::IsReservedWord(const char *word) { in IsReservedWord() function in ScriptInterpreterPython