reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
489 LSI->CallOperator = CallOperator; 491 LSI->Lambda = LambdaClass; 493 LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByval; 495 LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByref; 496 LSI->CaptureDefaultLoc = CaptureDefaultLoc; 497 LSI->IntroducerRange = IntroducerRange; 498 LSI->ExplicitParams = ExplicitParams; 499 LSI->Mutable = Mutable; 502 LSI->ReturnType = CallOperator->getReturnType(); 504 if (!LSI->ReturnType->isDependentType() && 505 !LSI->ReturnType->isVoidType()) { 506 if (RequireCompleteType(CallOperator->getBeginLoc(), LSI->ReturnType, 512 LSI->HasImplicitReturnType = true;