|
clang 22.0.0git
|
This is the complete list of members for clang::RawComment, including all inherited members.
| ASTReader class | clang::RawComment | friend |
| CommentKind enum name | clang::RawComment | |
| getBeginLoc() const LLVM_READONLY | clang::RawComment | inline |
| getBriefText(const ASTContext &Context) const | clang::RawComment | inline |
| getEndLoc() const LLVM_READONLY | clang::RawComment | inline |
| getFormattedLines(const SourceManager &SourceMgr, DiagnosticsEngine &Diags) const | clang::RawComment | |
| getFormattedText(const SourceManager &SourceMgr, DiagnosticsEngine &Diags) const | clang::RawComment | |
| getKind() const LLVM_READONLY | clang::RawComment | inline |
| getRawText(const SourceManager &SourceMgr) const | clang::RawComment | inline |
| getSourceRange() const LLVM_READONLY | clang::RawComment | inline |
| hasUnsupportedSplice(const SourceManager &SourceMgr) const | clang::RawComment | inline |
| isAlmostTrailingComment() const LLVM_READONLY | clang::RawComment | inline |
| isAttached() const LLVM_READONLY | clang::RawComment | inline |
| isDocumentation() const LLVM_READONLY | clang::RawComment | inline |
| isInvalid() const LLVM_READONLY | clang::RawComment | inline |
| isMerged() const LLVM_READONLY | clang::RawComment | inline |
| isOrdinary() const LLVM_READONLY | clang::RawComment | inline |
| isTrailingComment() const LLVM_READONLY | clang::RawComment | inline |
| parse(const ASTContext &Context, const Preprocessor *PP, const Decl *D) const | clang::RawComment | |
| RawComment() | clang::RawComment | inline |
| RawComment(const SourceManager &SourceMgr, SourceRange SR, const CommentOptions &CommentOpts, bool Merged) | clang::RawComment | |
| RCK_BCPLExcl enum value | clang::RawComment | |
| RCK_BCPLSlash enum value | clang::RawComment | |
| RCK_Invalid enum value | clang::RawComment | |
| RCK_JavaDoc enum value | clang::RawComment | |
| RCK_Merged enum value | clang::RawComment | |
| RCK_OrdinaryBCPL enum value | clang::RawComment | |
| RCK_OrdinaryC enum value | clang::RawComment | |
| RCK_Qt enum value | clang::RawComment | |
| setAttached() | clang::RawComment | inline |