Searched refs:getVarRefs (Results 1 – 3 of 3) sorted by relevance
748 auto It = std::next(getVarRefs().end(), NumLoop); in setLoopData()758 auto It = std::next(getVarRefs().end(), NumLoop); in getLoopData()768 auto It = std::next(getVarRefs().end(), NumLoop); in getLoopData()
185 MutableArrayRef<Expr *> getVarRefs() { in getVarRefs() function214 varlist_iterator varlist_begin() { return getVarRefs().begin(); } in varlist_begin()215 varlist_iterator varlist_end() { return getVarRefs().end(); } in varlist_end()216 varlist_const_iterator varlist_begin() const { return getVarRefs().begin(); } in varlist_begin()217 varlist_const_iterator varlist_end() const { return getVarRefs().end(); } in varlist_end()226 ArrayRef<const Expr *> getVarRefs() const { in getVarRefs() function
387 Vars = PC->getVarRefs(); in VisitOpenMPCapturedStmt()389 Vars = PC->getVarRefs(); in VisitOpenMPCapturedStmt()1991 for (const Expr *E : C->getVarRefs()) in getDistributeLastprivateVars()