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

References

tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp
  483       if (state != State::Beginning && state != State::AfterTwoColons) {
  491       if (state == State::Beginning || state == State::AfterTwoColons) {
  521       state = State::AfterTwoColons;
  525       if (state == State::Beginning || state == State::AfterTwoColons) {
  541       state = State::AfterTwoColons;
  555       if (state != State::Beginning && state != State::AfterTwoColons) {
  566       if (state != State::Beginning && state != State::AfterTwoColons) {