Searched refs:TagDC (Results 1 – 1 of 1) sorted by relevance
8707 DeclContext *TagDC = TD->getLexicalDeclContext(); in ActOnFunctionDeclarator() local8708 if (!TagDC->containsDecl(TD)) in ActOnFunctionDeclarator()8710 TagDC->removeDecl(TD); in ActOnFunctionDeclarator()8719 if (TagDC != PrototypeTagContext) in ActOnFunctionDeclarator()8720 TD->setLexicalDeclContext(TagDC); in ActOnFunctionDeclarator()