Home
last modified time | relevance | path

Searched refs:ConsumeChar (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Lex/
DLexer.cpp1526 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/
Dlogging.h37 extern bool ConsumeChar(Slice* in, char c);
Dlogging.cc48 bool ConsumeChar(Slice* in, char c) { in ConsumeChar() function
/external/clang/include/clang/Lex/
DLexer.h521 const char *ConsumeChar(const char *Ptr, unsigned Size, Token &Tok) { in ConsumeChar() function