Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1060 auto *It = std::next(getVarRefs().end(), NumLoop + 1); in setLoopData()
1070 auto *It = std::next(getVarRefs().end(), NumLoop + 1); in getLoopData()
1080 const auto *It = std::next(getVarRefs().end(), NumLoop + 1); in getLoopData()
1085 *getVarRefs().end() = DepModifier; in setModifier()
1087 Expr *OMPDependClause::getModifier() { return *getVarRefs().end(); } in getModifier()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h213 MutableArrayRef<Expr *> getVarRefs() { in getVarRefs() function
242 varlist_iterator varlist_begin() { return getVarRefs().begin(); } in varlist_begin()
243 varlist_iterator varlist_end() { return getVarRefs().end(); } in varlist_end()
244 varlist_const_iterator varlist_begin() const { return getVarRefs().begin(); } in varlist_begin()
245 varlist_const_iterator varlist_end() const { return getVarRefs().end(); } in varlist_end()
254 ArrayRef<const Expr *> getVarRefs() const { in getVarRefs() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp313 Vars = PC->getVarRefs(); in VisitOpenMPCapturedStmt()
315 Vars = PC->getVarRefs(); in VisitOpenMPCapturedStmt()
1286 for (const Expr *E : C->getVarRefs()) in getDistributeLastprivateVars()
H A DCGOpenMPRuntime.cpp8546 const auto *EI = C->getVarRefs().begin(); in generateAllInfoForClauses()
8566 const auto *EI = C->getVarRefs().begin(); in generateAllInfoForClauses()
8584 const auto *EI = C->getVarRefs().begin(); in generateAllInfoForClauses()
9096 const auto *EI = C->getVarRefs().begin(); in generateInfoForCapture()