Home | History | Annotate | Download | only in Sema

Lines Matching refs:LoopVar

1418   VarDecl *LoopVar = cast<VarDecl>(LoopVarDS->getSingleDecl());
1603 if (!LoopVar->isInvalidDecl()) {
1604 AddInitializerToDecl(LoopVar, DerefExpr.get(), /*DirectInit=*/false,
1606 if (LoopVar->isInvalidDecl())