clang
10.0.0git
|
#include "clang/AST/OpenMPClause.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclOpenMP.h"
#include "clang/Basic/LLVM.h"
#include "clang/Basic/OpenMPKinds.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/ErrorHandling.h"
#include <algorithm>
#include <cassert>
#include "clang/Basic/OpenMPKinds.def"
Go to the source code of this file.
Macros | |
#define | OPENMP_CLAUSE(Name, Class) |
#define | OPENMP_CLAUSE(Name, Class) |
Functions | |
static Stmt ** | getAddrOfExprAsWritten (Stmt *S) |
Gets the address of the original, non-captured, expression used in the clause as the preinitializer. More... | |
#define OPENMP_CLAUSE | ( | Name, | |
Class | |||
) |
#define OPENMP_CLAUSE | ( | Name, | |
Class | |||
) |
Gets the address of the original, non-captured, expression used in the clause as the preinitializer.
Definition at line 227 of file OpenMPClause.cpp.
Referenced by clang::OMPIfClause::used_children(), clang::OMPFinalClause::used_children(), OMPPriorityClause::used_children(), OMPGrainsizeClause::used_children(), and OMPNumTasksClause::used_children().