Home
last modified time | relevance | path

Searched refs:IDType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h221 enum IDType { eBreakpointArgs = 0, eWatchpointArgs = 1 }; enum
222 void AddIDsArgumentData(IDType type);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp715 void CommandObject::AddIDsArgumentData(CommandObject::IDType type) { in AddIDsArgumentData()