reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Symbol/Variable.h
   57   bool NameMatches(ConstString name) const;

References

tools/lldb/source/Symbol/VariableList.cpp
   77     if ((*pos)->NameMatches(name)) {
   93     if ((*pos)->NameMatches(name) && (*pos)->GetScope() == value_type) {