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 446 /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever
506 // The second interface is the combination of getCharAndSize with
507 // ConsumeChar. getCharAndSize reads a phase 1/2 translated character,
537 /// ConsumeChar - When a character (identified by getCharAndSize) is consumed
553 /// getCharAndSize - Peek a single 'character' from the specified buffer,
557 inline char getCharAndSize(const char *Ptr, unsigned &Size) {
569 /// getCharAndSizeSlow - Handle the slow/uncommon case of the getCharAndSize

Completed in 139 milliseconds