HomeSort by relevance Sort by last modified time
    Searched refs:getCharAndSize (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/clang/include/clang/Lex/
Lexer.h 382 // The second interface is the combination of getCharAndSize with
383 // ConsumeChar. getCharAndSize reads a phase 1/2 translated character,
414 /// ConsumeChar - When a character (identified by getCharAndSize) is consumed
430 /// getCharAndSize - Peek a single 'character' from the specified buffer,
434 inline char getCharAndSize(const char *Ptr, unsigned &Size) {
446 /// getCharAndSizeSlow - Handle the slow/uncommon case of the getCharAndSize
451 /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever

Completed in 20 milliseconds