Searched refs:PermutedCntDecl (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 15442 auto *PermutedCntDecl = cast<VarDecl>(IterVarRef->getDecl()); in ActOnOpenMPInterchangeDirective() local 15443 PermutedCntDecl->setDeclName( in ActOnOpenMPInterchangeDirective() 15445 PermutedIndVars[TargetIdx] = PermutedCntDecl; in ActOnOpenMPInterchangeDirective() 15446 auto MakePermutedRef = [this, PermutedCntDecl, IVTy, OrigVarLoc]() { in ActOnOpenMPInterchangeDirective() 15447 return buildDeclRefExpr(SemaRef, PermutedCntDecl, IVTy, OrigVarLoc); in ActOnOpenMPInterchangeDirective() 15457 SemaRef.AddInitializerToDecl(PermutedCntDecl, Zero.get(), in ActOnOpenMPInterchangeDirective() 15460 DeclStmt(DeclGroupRef(PermutedCntDecl), OrigCntVar->getBeginLoc(), in ActOnOpenMPInterchangeDirective()
|