Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DOpenMPClause.cpp544 *getVarRefs().end() = V; in setCounterValue()
548 auto *V = *getVarRefs().end(); in getCounterValue()
555 auto *V = *getVarRefs().end(); in getCounterValue()
/external/clang/include/clang/AST/
DOpenMPClause.h130 MutableArrayRef<Expr *> getVarRefs() { in getVarRefs() function
171 varlist_iterator varlist_begin() { return getVarRefs().begin(); } in varlist_begin()
172 varlist_iterator varlist_end() { return getVarRefs().end(); } in varlist_end()
173 varlist_const_iterator varlist_begin() const { return getVarRefs().begin(); } in varlist_begin()
174 varlist_const_iterator varlist_end() const { return getVarRefs().end(); } in varlist_end()
182 ArrayRef<const Expr *> getVarRefs() const { in getVarRefs() function