Home
last modified time | relevance | path

Searched defs:GetNames (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h539 void GetNames(std::vector<std::string> &names) { in GetNames() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h366 llvm::ArrayRef<const char *> GetNames() const { return names; } in GetNames() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp707 void SBBreakpoint::GetNames(SBStringList &names) { in GetNames() function in SBBreakpoint