clang 19.0.0git
clang::comments::Token Member List

This is the complete list of members for clang::comments::Token, including all inherited members.

dump(const Lexer &L, const SourceManager &SM) constclang::comments::Token
getCommandID() const LLVM_READONLYclang::comments::Tokeninline
getEndLocation() const LLVM_READONLYclang::comments::Tokeninline
getHTMLIdent() const LLVM_READONLYclang::comments::Tokeninline
getHTMLQuotedString() const LLVM_READONLYclang::comments::Tokeninline
getHTMLTagEndName() const LLVM_READONLYclang::comments::Tokeninline
getHTMLTagStartName() const LLVM_READONLYclang::comments::Tokeninline
getKind() const LLVM_READONLYclang::comments::Tokeninline
getLength() const LLVM_READONLYclang::comments::Tokeninline
getLocation() const LLVM_READONLYclang::comments::Tokeninline
getText() const LLVM_READONLYclang::comments::Tokeninline
getUnknownCommandName() const LLVM_READONLYclang::comments::Tokeninline
getVerbatimBlockID() const LLVM_READONLYclang::comments::Tokeninline
getVerbatimBlockText() const LLVM_READONLYclang::comments::Tokeninline
getVerbatimLineID() const LLVM_READONLYclang::comments::Tokeninline
getVerbatimLineText() const LLVM_READONLYclang::comments::Tokeninline
is(tok::TokenKind K) const LLVM_READONLYclang::comments::Tokeninline
isNot(tok::TokenKind K) const LLVM_READONLYclang::comments::Tokeninline
Lexerclang::comments::Tokenfriend
setCommandID(unsigned ID)clang::comments::Tokeninline
setHTMLIdent(StringRef Name)clang::comments::Tokeninline
setHTMLQuotedString(StringRef Str)clang::comments::Tokeninline
setHTMLTagEndName(StringRef Name)clang::comments::Tokeninline
setHTMLTagStartName(StringRef Name)clang::comments::Tokeninline
setKind(tok::TokenKind K)clang::comments::Tokeninline
setLength(unsigned L)clang::comments::Tokeninline
setLocation(SourceLocation SL)clang::comments::Tokeninline
setText(StringRef Text)clang::comments::Tokeninline
setUnknownCommandName(StringRef Name)clang::comments::Tokeninline
setVerbatimBlockID(unsigned ID)clang::comments::Tokeninline
setVerbatimBlockText(StringRef Text)clang::comments::Tokeninline
setVerbatimLineID(unsigned ID)clang::comments::Tokeninline
setVerbatimLineText(StringRef Text)clang::comments::Tokeninline
TextTokenRetokenizerclang::comments::Tokenfriend