Searched refs:TagDC (Results 1 – 1 of 1) sorted by relevance
10066 DeclContext *TagDC = TD->getLexicalDeclContext(); in ActOnFunctionDeclarator() local10067 if (!TagDC->containsDecl(TD)) in ActOnFunctionDeclarator()10069 TagDC->removeDecl(TD); in ActOnFunctionDeclarator()10078 if (TagDC != PrototypeTagContext) in ActOnFunctionDeclarator()10079 TD->setLexicalDeclContext(TagDC); in ActOnFunctionDeclarator()