reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1650 SourceLocation CaptureDefaultLoc = LSI->CaptureDefaultLoc; 1652 mapImplicitCaptureStyle(LSI->ImpCaptureStyle); 1662 CallOperator = LSI->CallOperator; 1663 Class = LSI->Lambda; 1664 IntroducerRange = LSI->IntroducerRange; 1665 ExplicitParams = LSI->ExplicitParams; 1666 ExplicitResultType = !LSI->HasImplicitReturnType; 1667 LambdaCleanup = LSI->Cleanup; 1668 ContainsUnexpandedParameterPack = LSI->ContainsUnexpandedParameterPack; 1688 for (unsigned I = 0, N = LSI->Captures.size(); I != N; ++I) { 1689 const Capture &From = LSI->Captures[I]; 1695 bool IsImplicit = I >= LSI->NumExplicitCaptures; 1700 SourceRange CaptureRange = LSI->ExplicitCaptureRanges[I]; 1711 bool IsLast = (I + 1) == LSI->NumExplicitCaptures; 1823 DiagnoseShadowingLambdaDecls(LSI);