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 507 // ConsumeChar. getCharAndSize reads a phase 1/2 translated character,
509 // part of the current token, it calls ConsumeChar on it. This two stage
537 /// ConsumeChar - When a character (identified by getCharAndSize) is consumed
541 const char *ConsumeChar(const char *Ptr, unsigned Size, Token &Tok) {

Completed in 113 milliseconds