Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp1075 auto *It = std::next(getVarRefs().end(), NumLoop + 1); in setLoopData()
1085 auto *It = std::next(getVarRefs().end(), NumLoop + 1); in getLoopData()
1095 const auto *It = std::next(getVarRefs().end(), NumLoop + 1); in getLoopData()
1100 *getVarRefs().end() = DepModifier; in setModifier()
1102 Expr *OMPDependClause::getModifier() { return *getVarRefs().end(); } in getModifier()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h214 MutableArrayRef<Expr *> getVarRefs() { in getVarRefs() function
243 varlist_iterator varlist_begin() { return getVarRefs().begin(); } in varlist_begin()
244 varlist_iterator varlist_end() { return getVarRefs().end(); } in varlist_end()
245 varlist_const_iterator varlist_begin() const { return getVarRefs().begin(); } in varlist_begin()
246 varlist_const_iterator varlist_end() const { return getVarRefs().end(); } in varlist_end()
255 ArrayRef<const Expr *> getVarRefs() const { in getVarRefs() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp311 Vars = PC->getVarRefs(); in VisitOpenMPCapturedStmt()
313 Vars = PC->getVarRefs(); in VisitOpenMPCapturedStmt()
1300 for (const Expr *E : C->getVarRefs()) in getDistributeLastprivateVars()
H A DCGOpenMPRuntime.cpp8499 const auto *EI = C->getVarRefs().begin(); in generateAllInfoForClauses()
8517 const auto *EI = C->getVarRefs().begin(); in generateAllInfoForClauses()
8533 const auto *EI = C->getVarRefs().begin(); in generateAllInfoForClauses()
9077 const auto *EI = C->getVarRefs().begin(); in generateInfoForCapture()