Home
last modified time | relevance | path

Searched refs:lhs_exprs (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DOpenMPClause.h1838 helper_expr_const_range lhs_exprs() const { in lhs_exprs() function
1841 helper_expr_range lhs_exprs() { in lhs_exprs() function
DRecursiveASTVisitor.h2855 for (auto *E : C->lhs_exprs()) {
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp940 auto ILHS = C->lhs_exprs().begin(); in EmitOMPReductionClauseInit()
1149 LHSExprs.append(C->lhs_exprs().begin(), C->lhs_exprs().end()); in EmitOMPReductionClauseFinal()
/external/clang/lib/AST/
DStmtProfile.cpp415 for (auto *E : C->lhs_exprs()) { in VisitOMPReductionClause()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1942 for (auto *E : C->lhs_exprs()) in VisitOMPReductionClause()
/external/clang/tools/libclang/
DCIndex.cpp2201 for (auto *E : C->lhs_exprs()) { in VisitOMPReductionClause()