Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DCPlusPlusNameParser.cpp499 AfterTwoColons, // right after :: in ParseFullNameImpl() enumerator
514 if (state != State::Beginning && state != State::AfterTwoColons) { in ParseFullNameImpl()
522 if (state == State::Beginning || state == State::AfterTwoColons) { in ParseFullNameImpl()
552 state = State::AfterTwoColons; in ParseFullNameImpl()
556 if (state == State::Beginning || state == State::AfterTwoColons) { in ParseFullNameImpl()
572 state = State::AfterTwoColons; in ParseFullNameImpl()
586 if (state != State::Beginning && state != State::AfterTwoColons) { in ParseFullNameImpl()
597 if (state != State::Beginning && state != State::AfterTwoColons) { in ParseFullNameImpl()