Searched refs:VarsWithImplicitDSA (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 3388 llvm::DenseMap<VarDecl *, Expr *> &VarsWithImplicitDSA, in CheckOpenMPIterationSpace() argument 3453 VarsWithImplicitDSA.erase(Var); in CheckOpenMPIterationSpace() 3643 llvm::DenseMap<VarDecl *, Expr *> &VarsWithImplicitDSA, in CheckOpenMPLoop() argument 3675 OrderedLoopCountExpr, VarsWithImplicitDSA, in CheckOpenMPLoop() 4083 llvm::DenseMap<VarDecl *, Expr *> &VarsWithImplicitDSA) { in ActOnOpenMPSimdDirective() argument 4093 AStmt, *this, *DSAStack, VarsWithImplicitDSA, B); in ActOnOpenMPSimdDirective() 4136 llvm::DenseMap<VarDecl *, Expr *> &VarsWithImplicitDSA) { in ActOnOpenMPForDirective() argument 4146 AStmt, *this, *DSAStack, VarsWithImplicitDSA, B); in ActOnOpenMPForDirective() 4171 llvm::DenseMap<VarDecl *, Expr *> &VarsWithImplicitDSA) { in ActOnOpenMPForSimdDirective() argument 4182 VarsWithImplicitDSA, B); in ActOnOpenMPForSimdDirective() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7845 llvm::DenseMap<VarDecl *, Expr *> &VarsWithImplicitDSA); 7851 llvm::DenseMap<VarDecl *, Expr *> &VarsWithImplicitDSA); 7857 llvm::DenseMap<VarDecl *, Expr *> &VarsWithImplicitDSA); 7887 llvm::DenseMap<VarDecl *, Expr *> &VarsWithImplicitDSA); 7893 llvm::DenseMap<VarDecl *, Expr *> &VarsWithImplicitDSA); 7961 llvm::DenseMap<VarDecl *, Expr *> &VarsWithImplicitDSA); 7967 llvm::DenseMap<VarDecl *, Expr *> &VarsWithImplicitDSA); 7973 llvm::DenseMap<VarDecl *, Expr *> &VarsWithImplicitDSA);
|