Searched refs:getLambdaContextDecl (Results 1 – 4 of 4) sorted by relevance
57 = dyn_cast_or_null<ParmVarDecl>(RD->getLambdaContextDecl())) in getEffectiveDeclContext()1169 = dyn_cast_or_null<ParmVarDecl>(CXXRD->getLambdaContextDecl())) { in mangleLocalName()1271 if (Decl *Context = Lambda->getLambdaContextDecl()) { in mangleLambda()
49 dyn_cast_or_null<ParmVarDecl>(RD->getLambdaContextDecl())) in getEffectiveDeclContext()
1303 OuterMostLambda->getLambdaContextDecl(), computation); in computeLVForDecl()
1640 Decl *getLambdaContextDecl() const { in getLambdaContextDecl() function