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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h172 struct OMPVarListLocTy { struct in namespace:clang
179 OMPVarListLocTy() = default;
180 OMPVarListLocTy(SourceLocation StartLoc, SourceLocation LParenLoc, function in struct:clang::OMPVarListLocTy
4350 OpenMPClauseKind K, const OMPVarListLocTy &Locs,
4907 SourceLocation MapLoc, const OMPVarListLocTy &Locs,
4930 : OMPMappableExprListClause(OMPC_map, OMPVarListLocTy(), Sizes) {}
4986 Create(const ASTContext &C, const OMPVarListLocTy &Locs,
5805 const OMPVarListLocTy &Locs,
5818 : OMPMappableExprListClause(OMPC_to, OMPVarListLocTy(), Sizes) {}
5849 static OMPToClause *Create(const ASTContext &C, const OMPVarListLocTy
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp905 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars,
959 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars,
1006 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars,
1067 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars,
1116 OMPIsDevicePtrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h165 struct OMPVarListLocTy;
10341 const OMPVarListLocTy &Locs, SourceLocation ColonLoc,
10439 ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs,
10468 const OMPVarListLocTy &Locs,
10473 DeclarationNameInfo &MapperId, const OMPVarListLocTy &Locs,
10477 const OMPVarListLocTy &Locs);
10480 const OMPVarListLocTy &Locs);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1857 const OMPVarListLocTy &Locs, ArrayRef<Expr *> UnresolvedMappers) {
1963 const OMPVarListLocTy &Locs,
1976 const OMPVarListLocTy &Locs,
1987 const OMPVarListLocTy &Locs) {
1996 const OMPVarListLocTy &Locs) {
9207 OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
9330 OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
9344 OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
9367 OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
9382 OMPVarListLocTy Loc
[all...]
H A DSemaOpenMP.cpp4539 ImplicitMap, OMPVarListLocTy())) {
12402 const OMPVarListLocTy &Locs, SourceLocation ColonLoc,
16123 const OMPVarListLocTy &Locs, ArrayRef<Expr *> UnresolvedMappers) {
16996 const OMPVarListLocTy &Locs,
17013 const OMPVarListLocTy &Locs,
17028 const OMPVarListLocTy &Locs) {
17113 const OMPVarListLocTy &Locs) {
H A DSemaTemplateInstantiateDecl.cpp3379 OMPVarListLocTy Locs(OldC->getBeginLoc(), OldC->getLParenLoc(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2992 OMPVarListLocTy Locs(Loc, LOpen, Data.RLoc);

Completed in 420 milliseconds