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

References

tools/clang/lib/Sema/SemaDecl.cpp
13462       if (VD->isInitCapture())
13463         S.CurrentInstantiationScope->InstantiatedLocal(VD, VD);
13463         S.CurrentInstantiationScope->InstantiatedLocal(VD, VD);
13464       QualType CaptureType = VD->getType();
13466       LSI->addCapture(VD, /*IsBlock*/false, ByRef,