Searched refs:getVarRefs (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp858 auto It = std::next(getVarRefs().end(), NumLoop);
868 auto It = std::next(getVarRefs().end(), NumLoop);
878 auto It = std::next(getVarRefs().end(), NumLoop);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h210 MutableArrayRef<Expr *> getVarRefs() { function in class:clang::OMPVarListClause
239 varlist_iterator varlist_begin() { return getVarRefs().begin(); }
240 varlist_iterator varlist_end() { return getVarRefs().end(); }
241 varlist_const_iterator varlist_begin() const { return getVarRefs().begin(); }
242 varlist_const_iterator varlist_end() const { return getVarRefs().end(); }
251 ArrayRef<const Expr *> getVarRefs() const { function in class:clang::OMPVarListClause
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp404 Vars = PC->getVarRefs();
406 Vars = PC->getVarRefs();
2027 for (const Expr *E : C->getVarRefs())

Completed in 190 milliseconds