Home | History | Annotate | Download | only in Sema

Lines Matching defs:Lambda

214     /// the type of the non-static data member in the lambda/block structure
239 /// is deduced (e.g. a lambda or block with omitted return type).
325 /// \brief The class that describes the lambda.
326 CXXRecordDecl *Lambda;
328 /// \brief The class that describes the lambda.
331 /// \brief Source range covering the lambda introducer [...].
338 /// \brief Whether this is a mutable lambda.
354 LambdaScopeInfo(DiagnosticsEngine &Diag, CXXRecordDecl *Lambda,
356 : CapturingScopeInfo(Diag, ImpCap_None), Lambda(Lambda),