Home | History | Annotate | Download | only in Lex

Lines Matching refs:getCharAndSizeSlow

1212 /// getCharAndSizeSlow - Peek a single 'character' from the specified buffer,
1228 char Lexer::getCharAndSizeSlow(const char *Ptr, unsigned &Size,
1259 return getCharAndSizeSlow(Ptr, Size, Tok);
1291 /// NOTE: When this method is updated, getCharAndSizeSlow (above) should