Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h176 struct OMPVarListLocTy { struct
183 OMPVarListLocTy() = default; argument
5197 OpenMPClauseKind K, const OMPVarListLocTy &Locs,
5863 Create(const ASTContext &C, const OMPVarListLocTy &Locs,
6705 const OMPVarListLocTy &Locs, in OMPToClause()
6907 const OMPVarListLocTy &Locs, in OMPFromClause()
6988 Create(const ASTContext &C, const OMPVarListLocTy &Locs,
7158 Create(const ASTContext &C, const OMPVarListLocTy &Locs,
7292 Create(const ASTContext &C, const OMPVarListLocTy &Locs,
7395 Create(const ASTContext &C, const OMPVarListLocTy &Locs,
[all …]
/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp1127 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create()
1181 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create()
1231 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create()
1295 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars, in Create()
1344 OMPUseDeviceAddrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create()
1391 OMPIsDevicePtrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create()
1438 OMPHasDeviceAddrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h1954 const OMPVarListLocTy &Locs, ArrayRef<Expr *> UnresolvedMappers) { in RebuildOMPMapClause()
2072 ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs, in RebuildOMPToClause()
2088 ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs, in RebuildOMPFromClause()
2100 const OMPVarListLocTy &Locs) { in RebuildOMPUseDevicePtrClause()
2109 const OMPVarListLocTy &Locs) { in RebuildOMPUseDeviceAddrClause()
2118 const OMPVarListLocTy &Locs) { in RebuildOMPIsDevicePtrClause()
2127 const OMPVarListLocTy &Locs) { in RebuildOMPHasDeviceAddrClause()
10169 OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc()); in TransformOMPMapClause()
10292 OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc()); in TransformOMPToClause()
10307 OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc()); in TransformOMPFromClause()
[all …]
H A DSemaOpenMP.cpp6030 SubExprs, OMPVarListLocTy())) in processImplicitMapsWithDefaultMappers()
6172 Exprs, OMPVarListLocTy(), /*NoDiagnose=*/true)) in ActOnOpenMPExecutableDirective()
6189 OMPVarListLocTy())) { in ActOnOpenMPExecutableDirective()
17478 const OMPVarListLocTy &Locs, in ActOnOpenMPVarListClause()
21720 const OMPVarListLocTy &Locs, bool NoDiagnose, in ActOnOpenMPMapClause()
22735 const OMPVarListLocTy &Locs, ArrayRef<Expr *> UnresolvedMappers) { in ActOnOpenMPToClause()
22772 const OMPVarListLocTy &Locs, ArrayRef<Expr *> UnresolvedMappers) { in ActOnOpenMPFromClause()
22805 const OMPVarListLocTy &Locs) { in ActOnOpenMPUseDevicePtrClause()
22890 const OMPVarListLocTy &Locs) { in ActOnOpenMPUseDeviceAddrClause()
22942 const OMPVarListLocTy &Locs) { in ActOnOpenMPIsDevicePtrClause()
[all …]
H A DSemaTemplateInstantiateDecl.cpp3617 OMPVarListLocTy Locs(OldC->getBeginLoc(), OldC->getLParenLoc(), in VisitOMPDeclareMapperDecl()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h171 struct OMPVarListLocTy;
11633 const OMPVarListLocTy &Locs,
11744 const OMPVarListLocTy &Locs, bool NoDiagnose = false,
11775 ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs,
11783 ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs,
11787 const OMPVarListLocTy &Locs);
11790 const OMPVarListLocTy &Locs);
11793 const OMPVarListLocTy &Locs);
11796 const OMPVarListLocTy &Locs);
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp4545 OMPVarListLocTy Locs(Loc, LOpen, Data.RLoc); in ParseOpenMPVarListClause()