clang 22.0.0git
|
This file implements semantic analysis for OpenACC constructs, and things that are not clause specific. More...
#include "clang/Sema/SemaOpenACC.h"
#include "clang/AST/DeclOpenACC.h"
#include "clang/AST/StmtOpenACC.h"
#include "clang/Basic/DiagnosticSema.h"
#include "clang/Basic/OpenACCKinds.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Sema/Initialization.h"
#include "clang/Sema/Scope.h"
#include "clang/Sema/Sema.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/Casting.h"
Go to the source code of this file.
This file implements semantic analysis for OpenACC constructs, and things that are not clause specific.
Definition in file SemaOpenACC.cpp.