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

Completed in 59 milliseconds