Searched defs:ForEach (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp78 NameToDIE::ForEach (std::function <bool(const char *name, uint32_t die_offset)> const &callback) const function in class:NameToDIE
/freebsd-10.0-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.0-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
/freebsd-10.0-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.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1379 bool ForEach = false, ForRange = false; local

Completed in 191 milliseconds