Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp75 bool GetBoolean(const llvm::json::Object &obj, llvm::StringRef key, in GetBoolean() function
84 bool GetBoolean(const llvm::json::Object *obj, llvm::StringRef key, in GetBoolean() function
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1506 bool GetBoolean() { return m_content; } in GetBoolean() function in curses::BooleanFieldDelegate