Home | History | Annotate | Download | only in Lex

Lines Matching refs:isIdentifierBody

1010   return isIdentifierBody(c, LangOpts.DollarIdents);
1481 while (isIdentifierBody(C))
1536 } else if (!isIdentifierBody(C)) {
1544 while (isIdentifierBody(C)) {
1603 if (isIdentifierBody(Next)) {
1675 if (!isIdentifierBody(Next)) {
1707 if (isIdentifierBody(C)) { CurPtr = ConsumeChar(CurPtr, Size, Result); }