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

Completed in 2166 milliseconds