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

Declarations

tools/clang/include/clang/Sema/Sema.h
 1493   sema::LambdaScopeInfo *getEnclosingLambda() const;

References

tools/clang/lib/Sema/SemaDecl.cpp
13183     if (auto *LSI = getEnclosingLambda())
tools/clang/lib/Sema/SemaTemplate.cpp
  996     if (auto *LSI = getEnclosingLambda())
 1204     if (auto *LSI = getEnclosingLambda())
 1271     if (auto *LSI = getEnclosingLambda())
tools/clang/lib/Sema/SemaTemplateVariadic.cpp
  302   if (auto *LSI = getEnclosingLambda()) {