Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h259 struct OMPVarListLocTy { struct
266 OMPVarListLocTy() = default; argument
5315 OpenMPClauseKind K, const OMPVarListLocTy &Locs,
5986 Create(const ASTContext &C, const OMPVarListLocTy &Locs,
6879 const OMPVarListLocTy &Locs, in OMPToClause()
7080 const OMPVarListLocTy &Locs, in OMPFromClause()
7160 Create(const ASTContext &C, const OMPVarListLocTy &Locs,
7330 Create(const ASTContext &C, const OMPVarListLocTy &Locs,
7464 Create(const ASTContext &C, const OMPVarListLocTy &Locs,
7567 Create(const ASTContext &C, const OMPVarListLocTy &Locs,
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2019 const OMPVarListLocTy &Locs, ArrayRef<Expr *> UnresolvedMappers) { in RebuildOMPMapClause()
2142 ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs, in RebuildOMPToClause()
2158 ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs, in RebuildOMPFromClause()
2170 const OMPVarListLocTy &Locs) { in RebuildOMPUseDevicePtrClause()
2179 const OMPVarListLocTy &Locs) { in RebuildOMPUseDeviceAddrClause()
2188 const OMPVarListLocTy &Locs) { in RebuildOMPIsDevicePtrClause()
2197 const OMPVarListLocTy &Locs) { in RebuildOMPHasDeviceAddrClause()
10493 OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc()); in TransformOMPMapClause()
10625 OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc()); in TransformOMPToClause()
10640 OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc()); in TransformOMPFromClause()
[all …]
H A DSemaOpenMP.cpp6132 SubExprs, OMPVarListLocTy())) in processImplicitMapsWithDefaultMappers()
6389 Exprs, OMPVarListLocTy(), /*NoDiagnose=*/true)) in ActOnOpenMPExecutableDirective()
6406 OMPVarListLocTy())) { in ActOnOpenMPExecutableDirective()
18092 const OMPVarListLocTy &Locs, in ActOnOpenMPVarListClause()
22421 const OMPVarListLocTy &Locs, bool NoDiagnose, in ActOnOpenMPMapClause()
23539 const OMPVarListLocTy &Locs, ArrayRef<Expr *> UnresolvedMappers) { in ActOnOpenMPToClause()
23576 const OMPVarListLocTy &Locs, ArrayRef<Expr *> UnresolvedMappers) { in ActOnOpenMPFromClause()
23609 const OMPVarListLocTy &Locs) { in ActOnOpenMPUseDevicePtrClause()
23694 const OMPVarListLocTy &Locs) { in ActOnOpenMPUseDeviceAddrClause()
23746 const OMPVarListLocTy &Locs) { in ActOnOpenMPIsDevicePtrClause()
[all …]
H A DSemaTemplateInstantiateDecl.cpp3749 OMPVarListLocTy Locs(OldC->getBeginLoc(), OldC->getLParenLoc(), in VisitOMPDeclareMapperDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h172 struct OMPVarListLocTy;
12392 const OMPVarListLocTy &Locs,
12503 const OMPVarListLocTy &Locs, bool NoDiagnose = false,
12534 ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs,
12542 ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs,
12546 const OMPVarListLocTy &Locs);
12549 const OMPVarListLocTy &Locs);
12552 const OMPVarListLocTy &Locs);
12555 const OMPVarListLocTy &Locs);
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4949 OMPVarListLocTy Locs(Loc, LOpen, Data.RLoc); in ParseOpenMPVarListClause()