clang API Documentation

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) const clang::comments::Token
getCommandID() const LLVM_READONLYclang::comments::Token [inline]
getEndLocation() const LLVM_READONLYclang::comments::Token [inline]
getHTMLIdent() const LLVM_READONLYclang::comments::Token [inline]
getHTMLQuotedString() const LLVM_READONLYclang::comments::Token [inline]
getHTMLTagEndName() const LLVM_READONLYclang::comments::Token [inline]
getHTMLTagStartName() const LLVM_READONLYclang::comments::Token [inline]
getKind() const LLVM_READONLYclang::comments::Token [inline]
getLength() const LLVM_READONLYclang::comments::Token [inline]
getLocation() const LLVM_READONLYclang::comments::Token [inline]
getText() const LLVM_READONLYclang::comments::Token [inline]
getUnknownCommandName() const LLVM_READONLYclang::comments::Token [inline]
getVerbatimBlockID() const LLVM_READONLYclang::comments::Token [inline]
getVerbatimBlockText() const LLVM_READONLYclang::comments::Token [inline]
getVerbatimLineID() const LLVM_READONLYclang::comments::Token [inline]
getVerbatimLineText() const LLVM_READONLYclang::comments::Token [inline]
is(tok::TokenKind K) const LLVM_READONLYclang::comments::Token [inline]
isNot(tok::TokenKind K) const LLVM_READONLYclang::comments::Token [inline]
Lexer classclang::comments::Token [friend]
setCommandID(unsigned ID)clang::comments::Token [inline]
setHTMLIdent(StringRef Name)clang::comments::Token [inline]
setHTMLQuotedString(StringRef Str)clang::comments::Token [inline]
setHTMLTagEndName(StringRef Name)clang::comments::Token [inline]
setHTMLTagStartName(StringRef Name)clang::comments::Token [inline]
setKind(tok::TokenKind K)clang::comments::Token [inline]
setLength(unsigned L)clang::comments::Token [inline]
setLocation(SourceLocation SL)clang::comments::Token [inline]
setText(StringRef Text)clang::comments::Token [inline]
setUnknownCommandName(StringRef Name)clang::comments::Token [inline]
setVerbatimBlockID(unsigned ID)clang::comments::Token [inline]
setVerbatimBlockText(StringRef Text)clang::comments::Token [inline]
setVerbatimLineID(unsigned ID)clang::comments::Token [inline]
setVerbatimLineText(StringRef Text)clang::comments::Token [inline]
TextTokenRetokenizer classclang::comments::Token [friend]