Searched refs:IVDecl (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp168 ObjCIvarDecl *IVDecl = IV->getDecl(); local
169 if (!IVDecl->getType()->isObjCObjectPointerType())
176 if (PropImpDecl && PropImpDecl->getPropertyIvarDecl() == IVDecl) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2325 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); local
2326 CGF.EmitVarDecl(*IVDecl);
2863 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); local
2864 EmitVarDecl(*IVDecl);
4526 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); local
4527 EmitVarDecl(*IVDecl);
6384 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl());
6385 CGF.EmitVarDecl(*IVDecl);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8352 VarDecl *IVDecl = buildVarDecl(SemaRef, InitLoc, RealVType, ".omp.iv");
8353 IV = buildDeclRefExpr(SemaRef, IVDecl, RealVType, InitLoc);

Completed in 227 milliseconds