Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBreakpoint.cpp717 std::vector<std::string> names_vec; in GetNames() local
718 bkpt_sp->GetNames(names_vec); in GetNames()
719 for (std::string name : names_vec) { in GetNames()