|
clang 22.0.0git
|
This file implements semantic analysis for OpenACC clauses. More...
#include "clang/AST/DeclCXX.h"#include "clang/AST/ExprCXX.h"#include "clang/AST/OpenACCClause.h"#include "clang/Basic/DiagnosticSema.h"#include "clang/Basic/OpenACCKinds.h"#include "clang/Sema/SemaOpenACC.h"#include "clang/Basic/OpenACCClauses.def"Go to the source code of this file.
Macros | |
| #define | VISIT_CLAUSE(CLAUSE_NAME) |
| #define | CLAUSE_ALIAS(ALIAS, CLAUSE_NAME, DEPRECATED) |
| #define | VISIT_CLAUSE(CLAUSE_NAME) |
This file implements semantic analysis for OpenACC clauses.
Definition in file SemaOpenACCClause.cpp.
| #define CLAUSE_ALIAS | ( | ALIAS, | |
| CLAUSE_NAME, | |||
| DEPRECATED ) |
| #define VISIT_CLAUSE | ( | CLAUSE_NAME | ) |
Definition at line 513 of file SemaOpenACCClause.cpp.
| #define VISIT_CLAUSE | ( | CLAUSE_NAME | ) |
Definition at line 513 of file SemaOpenACCClause.cpp.