Searched refs:getLambdaContextDecl (Results 1 – 14 of 14) sorted by relevance
58 = dyn_cast_or_null<ParmVarDecl>(RD->getLambdaContextDecl())) in getEffectiveDeclContext()1476 = dyn_cast_or_null<ParmVarDecl>(CXXRD->getLambdaContextDecl())) { in mangleLocalName()1581 if (Decl *Context = Lambda->getLambdaContextDecl()) { in mangleLambda()
81 dyn_cast_or_null<ParmVarDecl>(RD->getLambdaContextDecl())) in getEffectiveDeclContext()
1306 OuterMostLambda->getLambdaContextDecl(), computation); in computeLVForDecl()
2837 Decl *CDecl = Importer.Import(DCXX->getLambdaContextDecl()); in VisitRecordDecl()2838 if (DCXX->getLambdaContextDecl() && !CDecl) in VisitRecordDecl()
278 if (Decl *Context = RD->getLambdaContextDecl()) in getTemplateDepth()
54 = dyn_cast_or_null<ParmVarDecl>(RD->getLambdaContextDecl())) in getEffectiveDeclContext()1650 = dyn_cast_or_null<ParmVarDecl>(CXXRD->getLambdaContextDecl())) { in mangleLocalName()1805 if (Decl *Context = Lambda->getLambdaContextDecl()) { in mangleLambda()
77 dyn_cast_or_null<ParmVarDecl>(RD->getLambdaContextDecl())) in getLambdaDefaultArgumentDeclContext()977 Decl *LambdaContextDecl = Record->getLambdaContextDecl(); in mangleUnqualifiedName()
1586 Decl *CXXRecordDecl::getLambdaContextDecl() const { in getLambdaContextDecl() function in CXXRecordDecl
1393 Record->getLambdaContextDecl(), computation); in computeLVForDecl()
2819 ExpectedDecl CDeclOrErr = import(DCXX->getLambdaContextDecl()); in VisitRecordDecl()
1668 Decl *getLambdaContextDecl() const { in getLambdaContextDecl() function
1721 Decl *getLambdaContextDecl() const;
5801 AddDeclRef(D->getLambdaContextDecl()); in AddCXXDefinitionData()
12509 OldClass->getLambdaContextDecl()); in TransformLambdaExpr()