Searched refs:getVarRefs (Results 1 – 4 of 4) sorted by relevance
1089 auto *It = std::next(getVarRefs().end(), NumLoop + 1); in setLoopData()1099 auto *It = std::next(getVarRefs().end(), NumLoop + 1); in getLoopData()1109 const auto *It = std::next(getVarRefs().end(), NumLoop + 1); in getLoopData()1114 *getVarRefs().end() = DepModifier; in setModifier()1116 Expr *OMPDependClause::getModifier() { return *getVarRefs().end(); } in getModifier()1707 auto *It = std::next(getVarRefs().end(), NumLoop); in setLoopData()1713 auto *It = std::next(getVarRefs().end(), NumLoop); in getLoopData()1719 const auto *It = std::next(getVarRefs().end(), NumLoop); in getLoopData()
282 Vars = PC->getVarRefs(); in VisitOpenMPCapturedStmt()284 Vars = PC->getVarRefs(); in VisitOpenMPCapturedStmt()954 for (const Expr *E : C->getVarRefs()) in getDistributeLastprivateVars()
7838 const auto *EI = C->getVarRefs().begin(); in generateAllInfoForClauses()7856 const auto *EI = C->getVarRefs().begin(); in generateAllInfoForClauses()7872 const auto *EI = C->getVarRefs().begin(); in generateAllInfoForClauses()8540 const auto *EI = C->getVarRefs().begin(); in generateInfoForCapture()
297 MutableArrayRef<Expr *> getVarRefs() { in getVarRefs() function326 varlist_iterator varlist_begin() { return getVarRefs().begin(); } in varlist_begin()327 varlist_iterator varlist_end() { return getVarRefs().end(); } in varlist_end()328 varlist_const_iterator varlist_begin() const { return getVarRefs().begin(); } in varlist_begin()329 varlist_const_iterator varlist_end() const { return getVarRefs().end(); } in varlist_end()338 ArrayRef<const Expr *> getVarRefs() const { in getVarRefs() function