Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1117 const OMPVarListLocTy &Locs,
1227 const OMPVarListLocTy &Locs, bool NoDiagnose = false,
1258 ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs,
1266 ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs,
1270 const OMPVarListLocTy &Locs);
1273 const OMPVarListLocTy &Locs);
1276 const OMPVarListLocTy &Locs);
1279 const OMPVarListLocTy &Locs);
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h259 struct OMPVarListLocTy { struct
266 OMPVarListLocTy() = default; argument
267 OMPVarListLocTy(SourceLocation StartLoc, SourceLocation LParenLoc, in OMPVarListLocTy() function
5355 OpenMPClauseKind K, const OMPVarListLocTy &Locs,
5940 SourceLocation MapLoc, const OMPVarListLocTy &Locs, in OMPMapClause()
5963 : OMPMappableExprListClause(llvm::omp::OMPC_map, OMPVarListLocTy(), Sizes, in OMPMapClause()
6026 Create(const ASTContext &C, const OMPVarListLocTy &Locs,
6919 const OMPVarListLocTy &Locs, in OMPToClause()
6941 : OMPMappableExprListClause(llvm::omp::OMPC_to, OMPVarListLocTy(), Sizes, in OMPToClause()
6998 static OMPToClause *Create(const ASTContext &C, const OMPVarListLocTy &Locs,
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1141 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create()
1198 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create()
1248 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create()
1312 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create()
1361 OMPUseDeviceAddrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create()
1408 OMPIsDevicePtrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create()
1455 OMPHasDeviceAddrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2043 const OMPVarListLocTy &Locs, ArrayRef<Expr *> UnresolvedMappers) { in RebuildOMPMapClause()
2168 ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs, in RebuildOMPToClause()
2184 ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs, in RebuildOMPFromClause()
2196 const OMPVarListLocTy &Locs) { in RebuildOMPUseDevicePtrClause()
2205 const OMPVarListLocTy &Locs) { in RebuildOMPUseDeviceAddrClause()
2214 const OMPVarListLocTy &Locs) { in RebuildOMPIsDevicePtrClause()
2223 const OMPVarListLocTy &Locs) { in RebuildOMPHasDeviceAddrClause()
10829 OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc()); in TransformOMPMapClause()
10961 OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc()); in TransformOMPToClause()
10976 OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc()); in TransformOMPFromClause()
[all …]
H A DSemaOpenMP.cpp5907 SubExprs, OMPVarListLocTy())) in processImplicitMapsWithDefaultMappers()
6240 Exprs, OMPVarListLocTy(), /*NoDiagnose=*/true)) in ActOnOpenMPExecutableDirective()
6257 OMPVarListLocTy())) { in ActOnOpenMPExecutableDirective()
16885 const OMPVarListLocTy &Locs, in ActOnOpenMPVarListClause()
21243 const OMPVarListLocTy &Locs, bool NoDiagnose, in ActOnOpenMPMapClause()
22382 const OMPVarListLocTy &Locs, ArrayRef<Expr *> UnresolvedMappers) { in ActOnOpenMPToClause()
22419 const OMPVarListLocTy &Locs, ArrayRef<Expr *> UnresolvedMappers) { in ActOnOpenMPFromClause()
22453 const OMPVarListLocTy &Locs) { in ActOnOpenMPUseDevicePtrClause()
22539 const OMPVarListLocTy &Locs) { in ActOnOpenMPUseDeviceAddrClause()
22593 const OMPVarListLocTy &Locs) { in ActOnOpenMPIsDevicePtrClause()
[all …]
H A DSemaTemplateInstantiateDecl.cpp3802 OMPVarListLocTy Locs(OldC->getBeginLoc(), OldC->getLParenLoc(), in VisitOMPDeclareMapperDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4894 OMPVarListLocTy Locs(Loc, LOpen, Data.RLoc); in ParseOpenMPVarListClause()