Home | History | Annotate | Download | only in AST

Lines Matching full:lexer

13 void Token::dump(const Lexer &L, const SourceManager &SM) const {
49 StringRef Lexer::resolveHTMLNamedCharacterReference(StringRef Name) const {
61 StringRef Lexer::resolveHTMLDecimalCharacterReference(StringRef Name) const {
71 StringRef Lexer::resolveHTMLHexCharacterReference(StringRef Name) const {
82 void Lexer::skipLineStartingDecorations() {
271 void Lexer::formTokenWithChars(Token &Result, const char *TokEnd,
284 void Lexer::lexCommentText(Token &T) {
441 void Lexer::setupAndLexVerbatimBlock(Token &T,
466 void Lexer::lexVerbatimBlockFirstLine(Token &T) {
511 void Lexer::lexVerbatimBlockBody(Token &T) {
520 void Lexer::setupAndLexVerbatimLine(Token &T, const char *TextBegin,
529 void Lexer::lexVerbatimLineText(Token &T) {
541 void Lexer::lexHTMLCharacterReference(Token &T) {
604 void Lexer::setupAndLexHTMLStartTag(Token &T) {
625 void Lexer::lexHTMLStartTag(Token &T) {
687 void Lexer::setupAndLexHTMLEndTag(Token &T) {
707 void Lexer::lexHTMLEndTag(Token &T) {
714 Lexer::Lexer(llvm::BumpPtrAllocator &Allocator, DiagnosticsEngine &Diags,
724 void Lexer::lex(Token &T) {
826 StringRef Lexer::getSpelling(const Token &Tok,