Searched refs:OMPVarListLocTy (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/include/clang/AST/ |
D | OpenMPClause.h | 175 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/ |
D | OpenMPClause.cpp | 1044 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/ |
D | TreeTransform.h | 1901 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 …]
|
D | SemaOpenMP.cpp | 5130 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()
|
D | SemaTemplateInstantiateDecl.cpp | 3430 OMPVarListLocTy Locs(OldC->getBeginLoc(), OldC->getLParenLoc(), in VisitOMPDeclareMapperDecl()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 169 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/ |
D | ParseOpenMP.cpp | 3728 OMPVarListLocTy Locs(Loc, LOpen, Data.RLoc); in ParseOpenMPVarListClause()
|