Home
last modified time | relevance | path

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

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