Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp171 ObjCIvarDecl *IVDecl = IV->getDecl(); in isZeroingPropIvar() local
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp756 const VarDecl *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in EmitOMPSimdDirective() local
980 auto IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPWorksharingLoop() local
/external/clang/lib/Sema/
DSemaOpenMP.cpp2820 VarDecl *IVDecl = BuildVarDecl(SemaRef, InitLoc, VType, ".omp.iv"); in CheckOpenMPLoop() local