reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaStmt.cpp
 2383   InvalidateOnErrorScope Invalidate(*this, LoopVar,
 2384                                     LoopVar->getType()->isUndeducedType());
 2396     if (!LoopVar->isInvalidDecl() && Kind != BFRK_Check) {
 2397       if (auto *DD = dyn_cast<DecompositionDecl>(LoopVar))
 2400       LoopVar->setType(SubstAutoType(LoopVar->getType(), Context.DependentTy));
 2400       LoopVar->setType(SubstAutoType(LoopVar->getType(), Context.DependentTy));
 2665     if (!LoopVar->isInvalidDecl() && Kind != BFRK_Check) {
 2666       AddInitializerToDecl(LoopVar, DerefExpr.get(), /*DirectInit=*/false);
 2667       if (LoopVar->isInvalidDecl())