Searched refs:ConsumeChar (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1499 CurPtr = ConsumeChar(CurPtr, Size, Result);
1551 CurPtr = ConsumeChar(CurPtr, Size, Result);
1555 CurPtr = ConsumeChar(CurPtr, Size, Result);
1580 CurPtr = ConsumeChar(CurPtr, Size, Result);
1590 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result));
1606 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result));
1616 CurPtr = ConsumeChar(CurPtr, Size, Result);
1694 CurPtr = ConsumeChar(CurPtr, Size, Result);
3021 return LexStringLiteral(Result, ConsumeChar(CurPtr, SizeTmp, Result),
3026 return LexCharConstant(Result, ConsumeChar(CurPt
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h485 // ConsumeChar. getCharAndSize reads a phase 1/2 translated character,
487 // part of the current token, it calls ConsumeChar on it. This two stage
515 /// ConsumeChar - When a character (identified by getCharAndSize) is consumed
519 const char *ConsumeChar(const char *Ptr, unsigned Size, Token &Tok) { function in class:clang::Lexer

Completed in 116 milliseconds