clang
9.0.0
|
#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 | |
clang | |
Dataflow Directional Tag Classes. | |
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 | ( | CLASS, | |
PARENT | |||
) | CLASS##Kind, |
Definition at line 187 of file Comment.h.
Referenced by GetDiagInfo().