Searched refs:TagDC (Results 1 – 1 of 1) sorted by relevance
10405 DeclContext *TagDC = TD->getLexicalDeclContext(); in ActOnFunctionDeclarator() local10406 if (!TagDC->containsDecl(TD)) in ActOnFunctionDeclarator()10408 TagDC->removeDecl(TD); in ActOnFunctionDeclarator()10417 if (TagDC != PrototypeTagContext) in ActOnFunctionDeclarator()10418 TD->setLexicalDeclContext(TagDC); in ActOnFunctionDeclarator()