Searched refs:m_symbol_contexts (Results 1 – 2 of 2) sorted by relevance
970 m_symbol_contexts() in SymbolContextList()981 m_symbol_contexts.push_back(sc); in Append()987 collection::const_iterator pos, end = sc_list.m_symbol_contexts.end(); in Append()988 for (pos = sc_list.m_symbol_contexts.begin(); pos != end; ++pos) in Append()989 m_symbol_contexts.push_back (*pos); in Append()997 collection::const_iterator pos, end = sc_list.m_symbol_contexts.end(); in AppendIfUnique()998 for (pos = sc_list.m_symbol_contexts.begin(); pos != end; ++pos) in AppendIfUnique()1009 collection::iterator pos, end = m_symbol_contexts.end(); in AppendIfUnique()1010 for (pos = m_symbol_contexts.begin(); pos != end; ++pos) in AppendIfUnique()1024 for (pos = m_symbol_contexts.begin(); pos != end; ++pos) in AppendIfUnique()[all …]
508 return m_symbol_contexts[idx];514 return m_symbol_contexts[idx];555 collection m_symbol_contexts; ///< The list of symbol contexts. variable