Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5625 auto *CounterRef = cast<DeclRefExpr>(LCAssign->getLHS()); in ActOnOpenMPCanonicalLoop() local
5626 LIVDecl = cast<VarDecl>(CounterRef->getDecl()); in ActOnOpenMPCanonicalLoop()
5686 auto *CounterRef = cast<DeclRefExpr>(LHS->IgnoreImplicit()); in ActOnOpenMPCanonicalLoop() local
5750 SemaRef, LVTy, LogicalTy, CounterRef, Step, isa<CXXForRangeStmt>(AStmt)); in ActOnOpenMPCanonicalLoop()
14102 for (Expr *CounterRef : LoopHelper.Counters) { in addLoopPreInits()
14103 auto *CounterDecl = cast<DeclRefExpr>(CounterRef)->getDecl(); in addLoopPreInits()