|
clang 22.0.0git
|
This file implements conversions from the ACC.td from the backend to determine appertainment, required/etc. More...
#include "clang/Basic/DiagnosticSema.h"#include "clang/Sema/SemaOpenACC.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/bit.h"#include "llvm/Frontend/OpenACC/ACC.inc"#include "clang/Basic/OpenACCClauses.def"Go to the source code of this file.
Macros | |
| #define | GEN_CLANG_DIRECTIVE_CLAUSE_SETS |
| #define | GEN_CLANG_DIRECTIVE_CLAUSE_MAP |
| #define | VISIT_CLAUSE(NAME) |
| #define | CLAUSE_ALIAS(ALIAS, NAME, DEPRECATED) |
This file implements conversions from the ACC.td from the backend to determine appertainment, required/etc.
Definition in file SemaOpenACCClauseAppertainment.cpp.
| #define CLAUSE_ALIAS | ( | ALIAS, | |
| NAME, | |||
| DEPRECATED ) |
| #define GEN_CLANG_DIRECTIVE_CLAUSE_MAP |
| #define GEN_CLANG_DIRECTIVE_CLAUSE_SETS |
Definition at line 71 of file SemaOpenACCClauseAppertainment.cpp.
| #define VISIT_CLAUSE | ( | NAME | ) |