Home | History | Annotate | Download | only in Sema

Lines Matching refs:less

511                        NextToken.is(tok::less);
678 if (getLangOpts().CPlusPlus && NextToken.is(tok::less) &&
765 if (getLangOpts().CPlusPlus && NextToken.is(tok::less) &&
789 if (getLangOpts().CPlusPlus && NextToken.is(tok::less) &&
796 // template-argument-list and never as the less-than operator.