#include "clang/AST/OpenACCClause.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Expr.h"
#include "clang/Basic/OpenACCClauses.def"
Go to the source code of this file.
◆ CLAUSE_ALIAS
#define CLAUSE_ALIAS |
( |
|
ALIAS_NAME, |
|
|
|
CLAUSE_NAME, |
|
|
|
DEPRECATED |
|
) |
| |
Value: case OpenACCClauseKind::ALIAS_NAME: \
return cast<OpenACC##CLAUSE_NAME##Clause>(this)->children();
◆ VISIT_CLAUSE
#define VISIT_CLAUSE |
( |
|
CLAUSE_NAME | ) |
|
Value: case OpenACCClauseKind::CLAUSE_NAME: \
return cast<OpenACC##CLAUSE_NAME##Clause>(this)->children();