Home | History | Annotate | Download | only in Lex

Lines Matching refs:isIdentifierBody

1031   return isIdentifierBody(c, LangOpts.DollarIdents);
1506 while (isIdentifierBody(C))
1561 } else if (!isIdentifierBody(C)) {
1569 while (isIdentifierBody(C)) {
1629 if (isIdentifierBody(Next)) {
1701 if (!isIdentifierBody(Next)) {
1733 if (isIdentifierBody(C)) { CurPtr = ConsumeChar(CurPtr, Size, Result); }