Home | History | Annotate | Download | only in AST

Lines Matching refs:ContextDecl

766         if (Decl *ContextDecl = Record->getLambdaContextDecl()) {
767 if (isa<ParmVarDecl>(ContextDecl))
768 DC = ContextDecl->getDeclContext()->getRedeclContext();
770 return getLVForDecl(cast<NamedDecl>(ContextDecl),