#include "clang/AST/ASTContext.h"
#include "clang/AST/StmtOpenMP.h"
#include "clang/AST/StmtNodes.inc"
Go to the source code of this file.
◆ ABSTRACT_STMT [1/2]
#define ABSTRACT_STMT |
( |
|
CLASS | ) |
|
◆ ABSTRACT_STMT [2/2]
#define ABSTRACT_STMT |
( |
|
CLASS | ) |
|
◆ OMPLOOPTRANSFORMATIONDIRECTIVE [1/2]
#define OMPLOOPTRANSFORMATIONDIRECTIVE |
( |
|
CLASS, |
|
|
|
PARENT |
|
) |
| |
Value: case Stmt::CLASS##
Class: \
return static_cast<const CLASS *>(this)->getTransformedStmt();
@ Class
The "class" keyword introduces the elaborated-type-specifier.
◆ OMPLOOPTRANSFORMATIONDIRECTIVE [2/2]
#define OMPLOOPTRANSFORMATIONDIRECTIVE |
( |
|
CLASS, |
|
|
|
PARENT |
|
) |
| |
Value: case Stmt::CLASS##
Class: \
return static_cast<const CLASS *>(this)->getPreInits();
◆ STMT [1/2]
#define STMT |
( |
|
CLASS, |
|
|
|
PARENT |
|
) |
| |
◆ STMT [2/2]
#define STMT |
( |
|
CLASS, |
|
|
|
PARENT |
|
) |
| |