Home
last modified time | relevance | path

Searched refs:GetNames (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h125 void GetNames(SBStringList &names);
/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/API/
H A DSBBreakpoint.cpp707 void SBBreakpoint::GetNames(SBStringList &names) { in GetNames() function in SBBreakpoint
716 bkpt_sp->GetNames(names_vec); in GetNames()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h366 llvm::ArrayRef<const char *> GetNames() const { return names; } in GetNames() function
H A DTypeSystemClang.cpp1335 auto const &names = template_param_infos.GetNames(); in CreateTemplateParameterList()
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md2046 MOCK_METHOD(void, GetNames, (std::back_insert_iterator<vector<string>>),
2053 EXPECT_CALL(rolodex, GetNames(_))
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8856 (arg1)->GetNames(*arg2); in _wrap_SBBreakpoint_GetNames()