clang 20.0.0git
|
This file implements semantic analysis for OpenACC constructs and clauses. More...
#include "clang/Sema/SemaOpenACC.h"
#include "clang/AST/StmtOpenACC.h"
#include "clang/Basic/DiagnosticSema.h"
#include "clang/Basic/OpenACCKinds.h"
#include "clang/Sema/Sema.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/Casting.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 constructs and clauses.
Definition in file SemaOpenACC.cpp.
#define CLAUSE_ALIAS | ( | ALIAS, | |
CLAUSE_NAME, | |||
DEPRECATED | |||
) |
#define VISIT_CLAUSE | ( | CLAUSE_NAME | ) |
Definition at line 487 of file SemaOpenACC.cpp.
#define VISIT_CLAUSE | ( | CLAUSE_NAME | ) |
Definition at line 487 of file SemaOpenACC.cpp.