Lines Matching refs:ContextDecl
1114 static LinkageInfo getLVForClosure(const DeclContext *DC, Decl *ContextDecl,1117 if (ContextDecl) {1118 if (isa<ParmVarDecl>(ContextDecl))1119 DC = ContextDecl->getDeclContext()->getRedeclContext();1121 return getLVForDecl(cast<NamedDecl>(ContextDecl), computation);