|
clang 23.0.0git
|
#include "clang/AST/CommentCommandTraits.h"#include "clang/AST/DeclObjC.h"#include "clang/AST/Type.h"#include "clang/Basic/SourceLocation.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/StringRef.h"#include "llvm/Support/Compiler.h"#include "clang/AST/CommentNodes.inc"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::comments |
Macros | |
| #define | COMMENT(CLASS, PARENT) |
| #define | COMMENT_RANGE(BASE, FIRST, LAST) |
| #define | LAST_COMMENT_RANGE(BASE, FIRST, LAST) |
| #define | ABSTRACT_COMMENT(COMMENT) |
Enumerations | |
| enum | clang::comments::CommandMarkerKind { clang::comments::CMK_Backslash = 0 , clang::comments::CMK_At = 1 } |
| Describes the syntax that was used in a documentation command. More... | |
| enum class | clang::comments::CommentKind { clang::comments::None = 0 } |
| enum class | clang::comments::InlineCommandRenderKind { clang::comments::Normal , clang::comments::Bold , clang::comments::Monospaced , clang::comments::Emphasized , clang::comments::Anchor } |
| The most appropriate rendering mode for this command, chosen on command semantics in Doxygen. More... | |
| enum class | clang::comments::ParamCommandPassDirection { clang::comments::In , clang::comments::Out , clang::comments::InOut } |
| #define COMMENT | ( | CLASS, | |
| PARENT ) |
| #define COMMENT_RANGE | ( | BASE, | |
| FIRST, | |||
| LAST ) |