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

References

tools/clang/lib/Sema/SemaDecl.cpp
13440   LSI->CallOperator = CallOperator;
13441   LSI->Lambda = LambdaClass;
13442   LSI->ReturnType = CallOperator->getReturnType();
13446     LSI->ImpCaptureStyle = CapturingScopeInfo::ImpCap_None;
13448     LSI->ImpCaptureStyle = CapturingScopeInfo::ImpCap_LambdaByval;
13450     LSI->ImpCaptureStyle = CapturingScopeInfo::ImpCap_LambdaByref;
13453   LSI->IntroducerRange = DNI.getCXXOperatorNameRange();
13454   LSI->Mutable = !CallOperator->isConst();
13466       LSI->addCapture(VD, /*IsBlock*/false, ByRef,
13473       LSI->addThisCapture(/*Nested*/ false, C.getLocation(), I->getType(),
13476       LSI->addVLATypeCapture(C.getLocation(), I->getCapturedVLAType(),