Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp45 OptionValueBoolean *OptionValue::GetAsBoolean() { in GetAsBoolean() function in OptionValue
51 const OptionValueBoolean *OptionValue::GetAsBoolean() const { in GetAsBoolean() function in OptionValue
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h141 Boolean *GetAsBoolean() { in GetAsBoolean() function