Searched refs:ForEach (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeList.h66 ForEach (std::function <bool(const lldb::TypeSP &type_sp)> const &callback) const;
69 ForEach (std::function <bool(lldb::TypeSP &type_sp)> const &callback);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.h58 ForEach (std::function <bool(const char *name, uint32_t die_offset)> const &callback) const;
H A DNameToDIE.cpp77 NameToDIE::ForEach (std::function <bool(const char *name, uint32_t die_offset)> const &callback) const function in class:NameToDIE
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointSiteList.h136 ForEach (std::function <void(BreakpointSite *)> const &callback);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Symbol/
H A DTypeList.cpp139 TypeList::ForEach (std::function <bool(const lldb::TypeSP &type_sp)> const &callback) const function in class:TypeList
149 TypeList::ForEach (std::function <bool(lldb::TypeSP &type_sp)> const &callback) function in class:TypeList
H A DType.cpp59 type_list.ForEach(cb);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointSiteList.cpp201 BreakpointSiteList::ForEach (std::function <void(BreakpointSite *)> const &callback) function in class:BreakpointSiteList
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1441 bool ForEach = false, ForRange = false; local
1490 } else if ((ForEach = isTokIdentifier_in())) {
1508 ForEach = isTokIdentifier_in();
1512 if (ForEach)
1520 } else if (ForEach) {
1547 if (!ForEach && !ForRange) {
1607 } else if (ForEach) {
1640 if (ForEach)
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DMappedHash.h523 ForEach (std::function <bool(const HashData &hash_data)> const &callback) const function in class:MappedHash::MemoryTable
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp2076 m_breakpoint_site_list.ForEach([this](BreakpointSite *bp_site) -> void {
2253 bp_sites_in_range.ForEach([bp_addr, size, buf, &bytes_removed](BreakpointSite *bp_site) -> void {
2739 bp_sites_in_range.ForEach([this, addr, size, &bytes_written, &ubuf, &error](BreakpointSite *bp) -> void {

Completed in 186 milliseconds