Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp577 AfterIdentifier, // right after alphanumerical identifier ([a-z0-9_]+) in ParseFullNameImpl() enumerator
596 state = State::AfterIdentifier; in ParseFullNameImpl()
607 state == State::AfterIdentifier || state == State::AfterOperator; in ParseFullNameImpl()
618 state = State::AfterIdentifier; in ParseFullNameImpl()
624 if (state != State::AfterIdentifier && state != State::AfterTemplate && in ParseFullNameImpl()
651 state = State::AfterIdentifier; in ParseFullNameImpl()
658 if (state != State::Beginning && state != State::AfterIdentifier && in ParseFullNameImpl()
668 if (state != State::AfterIdentifier && state != State::AfterOperator) { in ParseFullNameImpl()
696 state = State::AfterIdentifier; in ParseFullNameImpl()
708 if (state == State::AfterIdentifier || state == State::AfterOperator || in ParseFullNameImpl()