Lines Matching refs:Lexer
10 void Token::dump(const Lexer &L, const SourceManager &SM) const { in dump()
36 StringRef Lexer::resolveHTMLNamedCharacterReference(StringRef Name) const { in resolveHTMLNamedCharacterReference()
46 StringRef Lexer::resolveHTMLDecimalCharacterReference(StringRef Name) const { in resolveHTMLDecimalCharacterReference()
62 StringRef Lexer::resolveHTMLHexCharacterReference(StringRef Name) const { in resolveHTMLHexCharacterReference()
84 void Lexer::skipLineStartingDecorations() { in skipLineStartingDecorations()
285 void Lexer::lexCommentText(Token &T) { in lexCommentText()
429 void Lexer::setupAndLexVerbatimBlock(Token &T, in setupAndLexVerbatimBlock()
456 void Lexer::lexVerbatimBlockFirstLine(Token &T) { in lexVerbatimBlockFirstLine()
501 void Lexer::lexVerbatimBlockBody(Token &T) { in lexVerbatimBlockBody()
510 void Lexer::setupAndLexVerbatimLine(Token &T, const char *TextBegin, in setupAndLexVerbatimLine()
519 void Lexer::lexVerbatimLineText(Token &T) { in lexVerbatimLineText()
531 void Lexer::lexHTMLCharacterReference(Token &T) { in lexHTMLCharacterReference()
594 void Lexer::setupAndLexHTMLStartTag(Token &T) { in setupAndLexHTMLStartTag()
615 void Lexer::lexHTMLStartTag(Token &T) { in lexHTMLStartTag()
677 void Lexer::setupAndLexHTMLEndTag(Token &T) { in setupAndLexHTMLEndTag()
697 void Lexer::lexHTMLEndTag(Token &T) { in lexHTMLEndTag()
704 Lexer::Lexer(llvm::BumpPtrAllocator &Allocator, const CommandTraits &Traits, in Lexer() function in clang::comments::Lexer
713 void Lexer::lex(Token &T) { in lex()
815 StringRef Lexer::getSpelling(const Token &Tok, in getSpelling()