Searched refs:VarsWithImplicitDSA (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 4613 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA, in CheckOpenMPIterationSpace() argument 4679 VarsWithImplicitDSA.erase(LCDecl); in CheckOpenMPIterationSpace() 4934 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA, in CheckOpenMPLoop() argument 4967 OrderedLoopCountExpr, VarsWithImplicitDSA, in CheckOpenMPLoop() 5456 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA) { in ActOnOpenMPSimdDirective() argument 5466 AStmt, *this, *DSAStack, VarsWithImplicitDSA, B); in ActOnOpenMPSimdDirective() 5510 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA) { in ActOnOpenMPForDirective() argument 5520 AStmt, *this, *DSAStack, VarsWithImplicitDSA, B); in ActOnOpenMPForDirective() 5546 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA) { in ActOnOpenMPForSimdDirective() argument 5557 VarsWithImplicitDSA, B); in ActOnOpenMPForSimdDirective() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8053 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA); 8059 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA); 8065 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA); 8095 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA); 8101 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA); 8170 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA); 8191 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA); 8197 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA); 8203 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA); 8213 llvm::DenseMap<ValueDecl *, Expr *> &VarsWithImplicitDSA); [all …]
|