Searched refs:rhs_exprs (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp589 for (auto *E : C->rhs_exprs()) {
613 for (auto *E : C->rhs_exprs()) {
637 for (auto *E : C->rhs_exprs()) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2629 helper_expr_const_range rhs_exprs() const { function in class:clang::final
2633 helper_expr_range rhs_exprs() { function in class:clang::final
2863 helper_expr_const_range rhs_exprs() const { function in class:clang::final
2867 helper_expr_range rhs_exprs() { function in class:clang::final
3108 helper_expr_const_range rhs_exprs() const { function in class:clang::final
3112 helper_expr_range rhs_exprs() { function in class:clang::final
H A DRecursiveASTVisitor.h3269 for (auto *E : C->rhs_exprs()) {
3291 for (auto *E : C->rhs_exprs()) {
3313 for (auto *E : C->rhs_exprs()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1137 auto IRHS = C->rhs_exprs().begin();
1240 RHSExprs.append(C->rhs_exprs().begin(), C->rhs_exprs().end());
3194 auto IRHS = C->rhs_exprs().begin();
3568 auto IRHS = C->rhs_exprs().begin();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6221 for (auto *E : C->rhs_exprs())
6240 for (auto *E : C->rhs_exprs())
6259 for (auto *E : C->rhs_exprs())

Completed in 280 milliseconds