clang 17.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 "clang/AST/CommentNodes.inc"
Go to the source code of this file.
Namespaces | |
namespace | clang |
namespace | clang::comments |
Macros | |
#define | COMMENT(CLASS, PARENT) CLASS##Kind, |
#define | COMMENT_RANGE(BASE, FIRST, LAST) First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind, |
#define | LAST_COMMENT_RANGE(BASE, FIRST, LAST) First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind |
#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... | |
#define COMMENT_RANGE | ( | BASE, | |
FIRST, | |||
LAST | |||
) | First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind, |