Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp5433 auto *CounterRef = cast<DeclRefExpr>(LCAssign->getLHS()); in ActOnOpenMPCanonicalLoop() local
5434 LIVDecl = cast<VarDecl>(CounterRef->getDecl()); in ActOnOpenMPCanonicalLoop()
5494 auto *CounterRef = cast<DeclRefExpr>(LHS->IgnoreImplicit()); in ActOnOpenMPCanonicalLoop() local
5558 *this, LVTy, LogicalTy, CounterRef, Step, isa<CXXForRangeStmt>(AStmt)); in ActOnOpenMPCanonicalLoop()
12642 for (Expr *CounterRef : LoopHelper.Counters) { in ActOnOpenMPTileDirective()
12643 auto *CounterDecl = cast<DeclRefExpr>(CounterRef)->getDecl(); in ActOnOpenMPTileDirective()