Lines Matching refs:isIdentifierBody
134 if (First == Current || !isIdentifierBody(*--Current))
139 return First == Current || !isIdentifierBody(*--Current);
144 return First == Current || !isIdentifierBody(*--Current);
322 return (Cur + 1) < End && isIdentifierBody(*(Cur + 1));
487 while (Last != End && (isIdentifierBody(*Last) || *Last == '.'));
510 if (!isIdentifierBody(*First) && *First != '.')
527 assert(isIdentifierBody(*First) && "invalid identifer");
529 while (Last != End && isIdentifierBody(*Last))
543 return isIdentifierBody(First[0]) ? First : nullptr;
572 (isIdentifierBody(*Last) || *Last == '.' || *Last == ','));
591 if (!(isIdentifierBody(*First) || *First == '.' || *First == ','))
642 if (!isIdentifierBody(*First)) {
666 if (!isIdentifierBody(*First)) {