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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp585 for (auto *E : C->lhs_exprs()) {
609 for (auto *E : C->lhs_exprs()) {
633 for (auto *E : C->lhs_exprs()) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2621 helper_expr_const_range lhs_exprs() const { function in class:clang::final
2625 helper_expr_range lhs_exprs() { function in class:clang::final
2855 helper_expr_const_range lhs_exprs() const { function in class:clang::final
2859 helper_expr_range lhs_exprs() { function in class:clang::final
3100 helper_expr_const_range lhs_exprs() const { function in class:clang::final
3104 helper_expr_range lhs_exprs() { function in class:clang::final
H A DRecursiveASTVisitor.h3266 for (auto *E : C->lhs_exprs()) {
3288 for (auto *E : C->lhs_exprs()) {
3310 for (auto *E : C->lhs_exprs()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1136 auto ILHS = C->lhs_exprs().begin();
1239 LHSExprs.append(C->lhs_exprs().begin(), C->lhs_exprs().end());
3193 auto ILHS = C->lhs_exprs().begin();
3567 auto ILHS = C->lhs_exprs().begin();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6219 for (auto *E : C->lhs_exprs())
6238 for (auto *E : C->lhs_exprs())
6257 for (auto *E : C->lhs_exprs())

Completed in 370 milliseconds