Searched refs:TagDC (Results 1 – 1 of 1) sorted by relevance
9400 DeclContext *TagDC = TD->getLexicalDeclContext(); in ActOnFunctionDeclarator() local9401 if (!TagDC->containsDecl(TD)) in ActOnFunctionDeclarator()9403 TagDC->removeDecl(TD); in ActOnFunctionDeclarator()9412 if (TagDC != PrototypeTagContext) in ActOnFunctionDeclarator()9413 TD->setLexicalDeclContext(TagDC); in ActOnFunctionDeclarator()