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

References

tools/clang/lib/Sema/Sema.cpp
 1830       if (LSI->Lambda && !LSI->Lambda->Encloses(CurContext)) {
 1830       if (LSI->Lambda && !LSI->Lambda->Encloses(CurContext)) {
 1856   if (CurLSI && CurLSI->Lambda &&
 1857       !CurLSI->Lambda->Encloses(CurContext)) {
tools/clang/lib/Sema/SemaDecl.cpp
13441   LSI->Lambda = LambdaClass;
tools/clang/lib/Sema/SemaExpr.cpp
16110           Diag(LSI->Lambda->getBeginLoc(), diag::note_lambda_decl);
16176         if (cast<LambdaScopeInfo>(CSI)->Lambda)
16177           Diag(cast<LambdaScopeInfo>(CSI)->Lambda->getBeginLoc(),
tools/clang/lib/Sema/SemaExprCXX.cpp
 1016        (!CurLSI || !CurLSI->Lambda || CurLSI->Lambda->getDeclContext() ==
 1016        (!CurLSI || !CurLSI->Lambda || CurLSI->Lambda->getDeclContext() ==
tools/clang/lib/Sema/SemaLambda.cpp
  491   LSI->Lambda = LambdaClass;
 1246   CXXRecordDecl *Class = LSI->Lambda;
 1663     Class = LSI->Lambda;