Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1472 llvm::DenseSet<CanonicalDeclPtr<const VarDecl>> PrivateDecls; in checkForLastprivateConditionalUpdate() local
1480 PrivateDecls.insert(cast<VarDecl>(DRE->getDecl())); in checkForLastprivateConditionalUpdate()
1491 PrivateDecls.insert(cast<VarDecl>(DRE->getDecl())); in checkForLastprivateConditionalUpdate()
1502 PrivateDecls.insert(cast<VarDecl>(DRE->getDecl())); in checkForLastprivateConditionalUpdate()
1517 PrivateDecls.insert(cast<VarDecl>(DRE->getDecl())); in checkForLastprivateConditionalUpdate()
1521 CGF, S, PrivateDecls); in checkForLastprivateConditionalUpdate()
3799 llvm::SmallVector<const VarDecl *, 4> PrivateDecls; member in __anone1cc1baf6011::CheckVarsEscapingUntiedTaskDeclContext
3811 PrivateDecls.push_back(VD); in VisitDeclStmt()
3827 ArrayRef<const VarDecl *> getPrivateDecls() const { return PrivateDecls; } in getPrivateDecls()