Searched refs:getLambdaContextDecl (Results 1 – 4 of 4) sorted by relevance
56 = dyn_cast_or_null<ParmVarDecl>(RD->getLambdaContextDecl())) in getEffectiveDeclContext()1308 = dyn_cast_or_null<ParmVarDecl>(CXXRD->getLambdaContextDecl())) { in mangleLocalName()1410 if (Decl *Context = Lambda->getLambdaContextDecl()) { in mangleLambda()
45 dyn_cast_or_null<ParmVarDecl>(RD->getLambdaContextDecl())) in getEffectiveDeclContext()
1181 OuterMostLambda->getLambdaContextDecl(), computation); in computeLVForDecl()
1589 Decl *getLambdaContextDecl() const { in getLambdaContextDecl() function