reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
92 for (pos = m_variables.begin(); pos != end; ++pos) { 92 for (pos = m_variables.begin(); pos != end; ++pos) { 92 for (pos = m_variables.begin(); pos != end; ++pos) { 93 if ((*pos)->NameMatches(name) && (*pos)->GetScope() == value_type) { 93 if ((*pos)->NameMatches(name) && (*pos)->GetScope() == value_type) { 94 if (include_static_members || !(*pos)->IsStaticMember()) { 95 var_sp = (*pos);