Searched refs:ConsumeChar (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Lex/ |
D | Lexer.cpp | 1526 CurPtr = ConsumeChar(CurPtr, Size, Result); in LexIdentifier() 1541 CurPtr = ConsumeChar(CurPtr, Size, Result); in LexIdentifier() 1545 CurPtr = ConsumeChar(CurPtr, Size, Result); in LexIdentifier() 1570 CurPtr = ConsumeChar(CurPtr, Size, Result); in LexNumericConstant() 1580 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result)); in LexNumericConstant() 1596 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result)); in LexNumericConstant() 1606 CurPtr = ConsumeChar(CurPtr, Size, Result); in LexNumericConstant() 1607 CurPtr = ConsumeChar(CurPtr, NextSize, Result); in LexNumericConstant() 1701 CurPtr = ConsumeChar(CurPtr, Size, Result); in LexUDSuffix() 1707 if (isIdentifierBody(C)) { CurPtr = ConsumeChar(CurPtr, Size, Result); } in LexUDSuffix() [all …]
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
D | logging.h | 37 extern bool ConsumeChar(Slice* in, char c);
|
D | logging.cc | 48 bool ConsumeChar(Slice* in, char c) { in ConsumeChar() function
|
/external/clang/include/clang/Lex/ |
D | Lexer.h | 521 const char *ConsumeChar(const char *Ptr, unsigned Size, Token &Tok) { in ConsumeChar() function
|