Home | History | Annotate | Download | only in Sema

Lines Matching defs:LoopVar

2013   VarDecl *LoopVar = cast<VarDecl>(LoopVarDS->getSingleDecl());
2024 if (!LoopVar->isInvalidDecl() && Kind != BFRK_Check)
2025 LoopVar->setType(SubstAutoType(LoopVar->getType(), Context.DependentTy));
2208 if (!LoopVar->isInvalidDecl() && Kind != BFRK_Check) {
2209 AddInitializerToDecl(LoopVar, DerefExpr.get(), /*DirectInit=*/false,
2211 if (LoopVar->isInvalidDecl())