Searched refs:OMPVarListLocTy (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h259 struct OMPVarListLocTy { struct in namespace:clang
266 OMPVarListLocTy() = default;
267 OMPVarListLocTy(SourceLocation StartLoc, SourceLocation LParenLoc, function in struct:clang::OMPVarListLocTy
5219 OpenMPClauseKind K, const OMPVarListLocTy &Locs,
5804 SourceLocation MapLoc, const OMPVarListLocTy &Locs,
5827 : OMPMappableExprListClause(llvm::omp::OMPC_map, OMPVarListLocTy(), Sizes,
5890 Create(const ASTContext &C, const OMPVarListLocTy &Locs,
6783 const OMPVarListLocTy &Locs,
6805 : OMPMappableExprListClause(llvm::omp::OMPC_to, OMPVarListLocTy(), Sizes,
6862 static OMPToClause *Create(const ASTContext &C, const OMPVarListLocTy
[all...]
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp1136 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars,
1193 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars,
1243 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars,
1307 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars,
1356 OMPUseDeviceAddrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs,
1403 OMPIsDevicePtrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs,
1450 OMPHasDeviceAddrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs,
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h1995 const OMPVarListLocTy &Locs, ArrayRef<Expr *> UnresolvedMappers) {
2118 ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs,
2134 ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs,
2146 const OMPVarListLocTy &Locs) {
2155 const OMPVarListLocTy &Locs) {
2164 const OMPVarListLocTy &Locs) {
2173 const OMPVarListLocTy &Locs) {
10316 OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
10448 OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
10463 OMPVarListLocTy Loc
[all...]
H A DSemaOpenMP.cpp6101 SubExprs, OMPVarListLocTy()))
6243 Exprs, OMPVarListLocTy(), /*NoDiagnose=*/true))
6260 OMPVarListLocTy())) {
17758 const OMPVarListLocTy &Locs,
22006 const OMPVarListLocTy &Locs, bool NoDiagnose,
23062 const OMPVarListLocTy &Locs, ArrayRef<Expr *> UnresolvedMappers) {
23099 const OMPVarListLocTy &Locs, ArrayRef<Expr *> UnresolvedMappers) {
23132 const OMPVarListLocTy &Locs) {
23217 const OMPVarListLocTy &Locs) {
23269 const OMPVarListLocTy
[all...]
H A DSemaTemplateInstantiateDecl.cpp3684 OMPVarListLocTy Locs(OldC->getBeginLoc(), OldC->getLParenLoc(),
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DSema.h171 struct OMPVarListLocTy;
11995 const OMPVarListLocTy &Locs,
12106 const OMPVarListLocTy &Locs, bool NoDiagnose = false,
12137 ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs,
12145 ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs,
12149 const OMPVarListLocTy &Locs);
12152 const OMPVarListLocTy &Locs);
12155 const OMPVarListLocTy &Locs);
12158 const OMPVarListLocTy &Locs);
/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp4718 OMPVarListLocTy Locs(Loc, LOpen, Data.RLoc);

Completed in 422 milliseconds