Searched refs:AfterIdentifier (Results 1 – 1 of 1) sorted by relevance
577 AfterIdentifier, // right after alphanumerical identifier ([a-z0-9_]+) in ParseFullNameImpl() enumerator596 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()