Home
last modified time | relevance | path

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

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