Home
last modified time | relevance | path

Searched refs:AfterTwoColons (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp576 AfterTwoColons, // right after :: in ParseFullNameImpl() enumerator
591 if (state != State::Beginning && state != State::AfterTwoColons) { in ParseFullNameImpl()
615 if (state == State::Beginning || state == State::AfterTwoColons) { in ParseFullNameImpl()
645 state = State::AfterTwoColons; in ParseFullNameImpl()
649 if (state == State::Beginning || state == State::AfterTwoColons) { in ParseFullNameImpl()
665 state = State::AfterTwoColons; in ParseFullNameImpl()
679 if (state != State::Beginning && state != State::AfterTwoColons) { in ParseFullNameImpl()
690 if (state != State::Beginning && state != State::AfterTwoColons) { in ParseFullNameImpl()