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

Completed in 1251 milliseconds