#include "clang/AST/Comment.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclObjC.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/Basic/CharInfo.h"
#include "llvm/Support/ErrorHandling.h"
#include "clang/AST/CommentNodes.inc"
Go to the source code of this file.
|
| clang |
| Dataflow Directional Tag Classes.
|
|
|
◆ ABSTRACT_COMMENT [1/4]
#define ABSTRACT_COMMENT |
( |
|
COMMENT | ) |
|
◆ ABSTRACT_COMMENT [2/4]
#define ABSTRACT_COMMENT |
( |
|
COMMENT | ) |
|
◆ ABSTRACT_COMMENT [3/4]
#define ABSTRACT_COMMENT |
( |
|
COMMENT | ) |
|
◆ ABSTRACT_COMMENT [4/4]
#define ABSTRACT_COMMENT |
( |
|
COMMENT | ) |
|
◆ ASSERT_IMPLEMENTS_child_begin
#define ASSERT_IMPLEMENTS_child_begin |
( |
|
function | ) |
(void) good(implements_child_begin_end(function)) |
◆ COMMENT [1/4]
#define COMMENT |
( |
|
CLASS, |
|
|
|
PARENT |
|
) |
| |
◆ COMMENT [2/4]
#define COMMENT |
( |
|
CLASS, |
|
|
|
PARENT |
|
) |
| |
Value: ASSERT_IMPLEMENTS_child_begin(&CLASS::child_end);
◆ COMMENT [3/4]
#define COMMENT |
( |
|
CLASS, |
|
|
|
PARENT |
|
) |
| |
Value: return static_cast<const CLASS *>(this)->child_begin();
◆ COMMENT [4/4]
#define COMMENT |
( |
|
CLASS, |
|
|
|
PARENT |
|
) |
| |
Value: return static_cast<const CLASS *>(this)->child_end();