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

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

Completed in 160 milliseconds