clang
7.0.0
|
#include "clang/AST/OpenMPClause.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "clang/Basic/LLVM.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 | |||
) |