Home | History | Annotate | Download | only in Lex

Lines Matching refs:getCharAndSize

487   /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever
552 // The second interface is the combination of getCharAndSize with
553 // ConsumeChar. getCharAndSize reads a phase 1/2 translated character,
583 /// ConsumeChar - When a character (identified by getCharAndSize) is consumed
599 /// getCharAndSize - Peek a single 'character' from the specified buffer,
603 inline char getCharAndSize(const char *Ptr, unsigned &Size) {
615 /// getCharAndSizeSlow - Handle the slow/uncommon case of the getCharAndSize