clang 19.0.0git
Macros
OpenACCClause.cpp File Reference
#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.

Macros

#define VISIT_CLAUSE(CLAUSE_NAME)
 

Macro Definition Documentation

◆ VISIT_CLAUSE

#define VISIT_CLAUSE (   CLAUSE_NAME)
Value:
case OpenACCClauseKind::CLAUSE_NAME: \
return cast<OpenACC##CLAUSE_NAME##Clause>(this)->children();