Home | History | Annotate | Download | only in Format

Lines Matching refs:star

104     bool MightBeFunctionType = CurrentToken->is(tok::star);
118 Prev->isOneOf(tok::star, tok::amp, tok::ampamp) &&
387 if (CurrentToken->isOneOf(tok::star, tok::amp))
588 Previous->isOneOf(tok::star, tok::amp)) {
599 Previous && Previous->isOneOf(tok::star, tok::amp);
623 } else if (Current.isOneOf(tok::star, tok::amp, tok::ampamp)) {
1153 if (Right.is(tok::star) && Left.is(tok::l_paren))