Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h90 bool GetAllowDelete() const { return GetPermission(deletePerm); } in GetAllowDelete() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp628 bool SBBreakpointName::GetAllowDelete() { in GetAllowDelete() function in SBBreakpointName