Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h175 struct OMPVarListLocTy { struct
182 OMPVarListLocTy() = default; argument
183 OMPVarListLocTy(SourceLocation StartLoc, SourceLocation LParenLoc, in OMPVarListLocTy() function
4865 OpenMPClauseKind K, const OMPVarListLocTy &Locs,
5449 SourceLocation MapLoc, const OMPVarListLocTy &Locs, in OMPMapClause()
5473 : OMPMappableExprListClause(llvm::omp::OMPC_map, OMPVarListLocTy(), Sizes, in OMPMapClause()
5530 Create(const ASTContext &C, const OMPVarListLocTy &Locs,
6372 const OMPVarListLocTy &Locs, in OMPToClause()
6395 : OMPMappableExprListClause(llvm::omp::OMPC_to, OMPVarListLocTy(), Sizes, in OMPToClause()
6452 static OMPToClause *Create(const ASTContext &C, const OMPVarListLocTy &Locs,
[all …]
/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp1044 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create()
1098 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create()
1148 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create()
1212 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create()
1261 OMPUseDeviceAddrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create()
1308 OMPIsDevicePtrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h1901 const OMPVarListLocTy &Locs, ArrayRef<Expr *> UnresolvedMappers) { in RebuildOMPMapClause()
2019 ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs, in RebuildOMPToClause()
2035 ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs, in RebuildOMPFromClause()
2047 const OMPVarListLocTy &Locs) { in RebuildOMPUseDevicePtrClause()
2056 const OMPVarListLocTy &Locs) { in RebuildOMPUseDeviceAddrClause()
2065 const OMPVarListLocTy &Locs) { in RebuildOMPIsDevicePtrClause()
9632 OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc()); in TransformOMPMapClause()
9755 OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc()); in TransformOMPToClause()
9770 OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc()); in TransformOMPFromClause()
9794 OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc()); in TransformOMPUseDevicePtrClause()
[all …]
DSemaOpenMP.cpp5130 ImplicitMap, OMPVarListLocTy())) { in ActOnOpenMPExecutableDirective()
13662 const OMPVarListLocTy &Locs, SourceLocation ColonLoc, in ActOnOpenMPVarListClause()
17835 const OMPVarListLocTy &Locs, ArrayRef<Expr *> UnresolvedMappers) { in ActOnOpenMPMapClause()
18783 const OMPVarListLocTy &Locs, ArrayRef<Expr *> UnresolvedMappers) { in ActOnOpenMPToClause()
18820 const OMPVarListLocTy &Locs, ArrayRef<Expr *> UnresolvedMappers) { in ActOnOpenMPFromClause()
18853 const OMPVarListLocTy &Locs) { in ActOnOpenMPUseDevicePtrClause()
18938 const OMPVarListLocTy &Locs) { in ActOnOpenMPUseDeviceAddrClause()
18990 const OMPVarListLocTy &Locs) { in ActOnOpenMPIsDevicePtrClause()
DSemaTemplateInstantiateDecl.cpp3430 OMPVarListLocTy Locs(OldC->getBeginLoc(), OldC->getLParenLoc(), in VisitOMPDeclareMapperDecl()
/external/llvm-project/clang/include/clang/Sema/
DSema.h169 struct OMPVarListLocTy;
10850 const OMPVarListLocTy &Locs, SourceLocation ColonLoc,
10967 ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs,
10998 ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs,
11006 ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs,
11010 const OMPVarListLocTy &Locs);
11013 const OMPVarListLocTy &Locs);
11016 const OMPVarListLocTy &Locs);
/external/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp3728 OMPVarListLocTy Locs(Loc, LOpen, Data.RLoc); in ParseOpenMPVarListClause()