clang 20.0.0git
|
#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.
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::comments |
Macros | |
#define | PTR(CLASS) typename Ptr<CLASS>::type |
#define | DISPATCH(NAME, CLASS) |
#define | ABSTRACT_COMMENT(COMMENT) |
#define | COMMENT(CLASS, PARENT) |
#define | ABSTRACT_COMMENT(COMMENT) COMMENT |
#define | COMMENT(CLASS, PARENT) RetTy visit##CLASS(PTR(CLASS) C, ParamTys... P) { DISPATCH(PARENT, PARENT); } |
#define ABSTRACT_COMMENT | ( | COMMENT | ) |
Definition at line 45 of file CommentVisitor.h.
Definition at line 45 of file CommentVisitor.h.
#define COMMENT | ( | CLASS, | |
PARENT | |||
) |
Definition at line 46 of file CommentVisitor.h.
#define COMMENT | ( | CLASS, | |
PARENT | |||
) | RetTy visit##CLASS(PTR(CLASS) C, ParamTys... P) { DISPATCH(PARENT, PARENT); } |
Definition at line 46 of file CommentVisitor.h.
#define DISPATCH | ( | NAME, | |
CLASS | |||
) |
Definition at line 23 of file CommentVisitor.h.
#define PTR | ( | CLASS | ) | typename Ptr<CLASS>::type |
Definition at line 22 of file CommentVisitor.h.