Searched refs:CombLB (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h684 void setCombinedLowerBoundVariable(Expr *CombLB) { argument
687 *std::next(child_begin(), CombinedLowerBoundVariableOffset) = CombLB;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7512 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB;
7564 CombLB = buildDeclRefExpr(SemaRef, CombLBDecl, VType, InitLoc);
7625 ? CombLB.get()
7698 // In combined construct, add combined version that use CombLB and CombUB
7727 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, CombLB.get(), ST.get());
7731 CombNextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, CombLB.get(),
7947 Built.DistCombinedFields.LB = CombLB.get();

Completed in 189 milliseconds