Searched refs:AfterIdentifier (Results 1 – 1 of 1) sorted by relevance
500 AfterIdentifier, // right after alphanumerical identifier ([a-z0-9_]+) in ParseFullNameImpl() enumerator519 state = State::AfterIdentifier; in ParseFullNameImpl()525 state = State::AfterIdentifier; in ParseFullNameImpl()531 if (state != State::AfterIdentifier && state != State::AfterTemplate && in ParseFullNameImpl()558 state = State::AfterIdentifier; in ParseFullNameImpl()565 if (state != State::Beginning && state != State::AfterIdentifier && in ParseFullNameImpl()575 if (state != State::AfterIdentifier && state != State::AfterOperator) { in ParseFullNameImpl()603 state = State::AfterIdentifier; in ParseFullNameImpl()615 if (state == State::AfterIdentifier || state == State::AfterOperator || in ParseFullNameImpl()