|
clang
5.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 | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| 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 188 of file Comment.h.
Referenced by GetDiagInfo().
1.8.6