Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp77 bool GetBoolean(const llvm::json::Object &obj, llvm::StringRef key, in GetBoolean() function
86 bool GetBoolean(const llvm::json::Object *obj, llvm::StringRef key, in GetBoolean() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1508 bool GetBoolean() { return m_content; } in GetBoolean() function in curses::BooleanFieldDelegate