Home
last modified time | relevance | path

Searched defs:IVDecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp168 ObjCIvarDecl *IVDecl = IV->getDecl(); in isZeroingPropIvar() local
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2566 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); emitOMPSimdRegion() local
3296 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); EmitOMPWorksharingLoop() local
5640 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); EmitOMPDistributeLoop() local
7729 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); EmitOMPTaskLoopBasedDirective() local
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9908 VarDecl *IVDecl = buildVarDecl(SemaRef, InitLoc, RealVType, ".omp.iv"); checkOpenMPLoop() local