#include "clang/AST/Comment.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/ErrorHandling.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 [1/2]
#define ABSTRACT_COMMENT |
( |
| COMMENT | ) |
|
◆ ABSTRACT_COMMENT [2/2]
#define ABSTRACT_COMMENT |
( |
| COMMENT | ) |
|
◆ COMMENT [1/2]
#define COMMENT |
( |
| CLASS, |
|
|
| PARENT ) |
Value: case CommentKind::CLASS: \
DISPATCH(CLASS, CLASS);
Definition at line 46 of file CommentVisitor.h.
◆ COMMENT [2/2]
#define COMMENT |
( |
| CLASS, |
|
|
| PARENT ) |
◆ DISPATCH
#define DISPATCH |
( |
| NAME, |
|
|
| CLASS ) |
Value: return static_cast<ImplClass *>(this)->visit##NAME( \
static_cast<PTR(CLASS)
>(C), std::forward<ParamTys>(P)...)
Definition at line 23 of file CommentVisitor.h.
◆ PTR