Searched refs:AfterIdentifier (Results 1 – 1 of 1) sorted by relevance
470 AfterIdentifier, // right after alphanumerical identifier ([a-z0-9_]+) in ParseFullNameImpl() enumerator489 state = State::AfterIdentifier; in ParseFullNameImpl()495 state = State::AfterIdentifier; in ParseFullNameImpl()501 if (state != State::AfterIdentifier && state != State::AfterTemplate && in ParseFullNameImpl()528 state = State::AfterIdentifier; in ParseFullNameImpl()535 if (state != State::Beginning && state != State::AfterIdentifier && in ParseFullNameImpl()545 if (state != State::AfterIdentifier && state != State::AfterOperator) { in ParseFullNameImpl()573 state = State::AfterIdentifier; in ParseFullNameImpl()585 if (state == State::AfterIdentifier || state == State::AfterOperator || in ParseFullNameImpl()