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

Declarations

tools/lldb/include/lldb/Symbol/Variable.h
   59   bool NameMatches(const RegularExpression &regex) const;

References

tools/lldb/source/Symbol/VariableList.cpp
  117     if ((*pos)->NameMatches(regex)) {