clang 20.0.0git
|
This file defines OpenACC AST classes for statement-level contructs. More...
#include "clang/AST/OpenACCClause.h"
#include "clang/AST/Stmt.h"
#include "clang/Basic/OpenACCKinds.h"
#include "clang/Basic/SourceLocation.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | clang::OpenACCConstructStmt |
This is the base class for an OpenACC statement-level construct, other construct types are expected to inherit from this. More... | |
class | clang::OpenACCAssociatedStmtConstruct |
This is a base class for any OpenACC statement-level constructs that have an associated statement. More... | |
class | clang::OpenACCComputeConstruct |
This class represents a compute construct, representing a 'Kind' of ‘parallel’, 'serial', or 'kernel'. More... | |
class | clang::OpenACCLoopConstruct |
This class represents a 'loop' construct. More... | |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
This file defines OpenACC AST classes for statement-level contructs.
Definition in file StmtOpenACC.h.