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

  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/clang/include/clang/Lex/
Lexer.h 418 // ConsumeChar. getCharAndSize reads a phase 1/2 translated character,
420 // part of the current token, it calls ConsumeChar on it. This two stage
449 /// ConsumeChar - When a character (identified by getCharAndSize) is consumed
453 const char *ConsumeChar(const char *Ptr, unsigned Size, Token &Tok) {

Completed in 362 milliseconds