#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.
|
| namespace | clang |
| | The JSON file list parser is used to communicate input to InstallAPI.
|
◆ ABSTRACT_COMMENT
| #define ABSTRACT_COMMENT |
( |
| COMMENT | ) |
|
◆ COMMENT
| #define COMMENT |
( |
| CLASS, |
|
|
| PARENT ) |
◆ COMMENT_RANGE
| #define COMMENT_RANGE |
( |
| BASE, |
|
|
| FIRST, |
|
|
| LAST ) |
Value: First##BASE##Constant = FIRST, Last##BASE##Constant = LAST,
Definition at line 56 of file Comment.h.
◆ LAST_COMMENT_RANGE
| #define LAST_COMMENT_RANGE |
( |
| BASE, |
|
|
| FIRST, |
|
|
| LAST ) |
Value: First##BASE##Constant = FIRST, Last##BASE##Constant = LAST
Definition at line 58 of file Comment.h.