Searched refs:getLambdaContextDecl (Results 1 – 5 of 5) 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()
1668 Decl *getLambdaContextDecl() const { in getLambdaContextDecl() function