HomeSort by: relevance | last modified time | path
    Searched refs:ConsumeChar (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp 1717 CurPtr = ConsumeChar(CurPtr, Size, Result);
1731 CurPtr = ConsumeChar(CurPtr, Size, Result);
1735 CurPtr = ConsumeChar(CurPtr, Size, Result);
1760 CurPtr = ConsumeChar(CurPtr, Size, Result);
1770 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result));
1787 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result));
1799 CurPtr = ConsumeChar(CurPtr, Size, Result);
1800 CurPtr = ConsumeChar(CurPtr, NextSize, Result);
1894 CurPtr = ConsumeChar(CurPtr, Size, Result);
1900 if (isIdentifierBody(C)) { CurPtr = ConsumeChar(CurPtr, Size, Result);
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Lexer.h 611 // ConsumeChar. getCharAndSize reads a phase 1/2 translated character,
613 // part of the current token, it calls ConsumeChar on it. This two stage
641 /// ConsumeChar - When a character (identified by getCharAndSize) is consumed
645 const char *ConsumeChar(const char *Ptr, unsigned Size, Token &Tok) {

Completed in 23 milliseconds