Lines Matching refs:isIdentifierBody
1004 return isIdentifierBody(c, LangOpts.DollarIdents);
1479 while (isIdentifierBody(C))
1534 } else if (!isIdentifierBody(C)) {
1542 while (isIdentifierBody(C)) {
1601 if (isIdentifierBody(Next)) {
1673 if (!isIdentifierBody(Next)) {
1705 if (isIdentifierBody(C)) { CurPtr = ConsumeChar(CurPtr, Size, Result); }