Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h2716 const Expr *getReductionRef() const { in getReductionRef() function
2717 return const_cast<OMPTaskgroupDirective *>(this)->getReductionRef(); in getReductionRef()
2719 Expr *getReductionRef() { return cast_or_null<Expr>(Data->getChildren()[0]); } in getReductionRef() function
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp1019 if (const Expr *E = S->getReductionRef()) in VisitOMPTaskgroupDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp247 if (const Expr *E = TG->getReductionRef()) in OMPSimdLexicalScope()
5234 if (const Expr *E = S.getReductionRef()) { in EmitOMPTaskgroupDirective()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp3114 if (const Expr *E = D->getReductionRef()) in VisitOMPTaskgroupDirective()