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

Declarations

tools/clang/include/clang/AST/DeclCXX.h
 1727   Decl *getLambdaContextDecl() const;

References

tools/clang/lib/AST/ASTImporter.cpp
 2694       ExpectedDecl CDeclOrErr = import(DCXX->getLambdaContextDecl());
tools/clang/lib/AST/Decl.cpp
 1412                   OuterMostLambda->getLambdaContextDecl(), computation);
tools/clang/lib/AST/ItaniumMangle.cpp
   51             = dyn_cast_or_null<ParmVarDecl>(RD->getLambdaContextDecl()))
 1588               = dyn_cast_or_null<ParmVarDecl>(CXXRD->getLambdaContextDecl())) {
 1743   if (Decl *Context = Lambda->getLambdaContextDecl()) {
tools/clang/lib/AST/MicrosoftMangle.cpp
   75               dyn_cast_or_null<ParmVarDecl>(RD->getLambdaContextDecl()))
  913           Decl *LambdaContextDecl = Record->getLambdaContextDecl();
tools/clang/lib/Sema/TreeTransform.h
11504                                OldClass->getLambdaContextDecl());
tools/clang/lib/Serialization/ASTWriter.cpp
 6229     AddDeclRef(D->getLambdaContextDecl());