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

References

tools/clang/lib/Sema/SemaLambda.cpp
 1601   SourceLocation Loc = Capture.getLocation();
 1602   QualType FieldType = Capture.getCaptureType();
 1605   if (Capture.isVariableCapture()) {
 1606     auto *Var = Capture.getVariable();
 1608       TSI = Capture.getVariable()->getTypeSourceInfo();
 1639   if (Capture.isVLATypeCapture())
 1640     Field->setCapturedVLAType(Capture.getCapturedVLAType());