Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp14956 auto *PermutedCntDecl = cast<VarDecl>(IterVarRef->getDecl()); in ActOnOpenMPInterchangeDirective() local
14957 PermutedCntDecl->setDeclName( in ActOnOpenMPInterchangeDirective()
14959 PermutedIndVars[TargetIdx] = PermutedCntDecl; in ActOnOpenMPInterchangeDirective()
14960 auto MakePermutedRef = [this, PermutedCntDecl, IVTy, OrigVarLoc]() { in ActOnOpenMPInterchangeDirective()
14961 return buildDeclRefExpr(SemaRef, PermutedCntDecl, IVTy, OrigVarLoc); in ActOnOpenMPInterchangeDirective()
14971 SemaRef.AddInitializerToDecl(PermutedCntDecl, Zero.get(), in ActOnOpenMPInterchangeDirective()
14974 DeclStmt(DeclGroupRef(PermutedCntDecl), OrigCntVar->getBeginLoc(), in ActOnOpenMPInterchangeDirective()