Searched defs:IVDecl (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/ARCMigrate/ | ||
H A D | TransZeroOutPropsInDealloc.cpp | 168 ObjCIvarDecl *IVDecl = IV->getDecl(); in isZeroingPropIvar() local |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGStmtOpenMP.cpp | 2566 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); emitOMPSimdRegion() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaOpenMP.cpp | 9908 VarDecl *IVDecl = buildVarDecl(SemaRef, InitLoc, RealVType, ".omp.iv"); checkOpenMPLoop() local |