Home
last modified time | relevance | path

Searched refs:TagDC (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp9459 DeclContext *TagDC = TD->getLexicalDeclContext(); in ActOnFunctionDeclarator() local
9460 if (!TagDC->containsDecl(TD)) in ActOnFunctionDeclarator()
9462 TagDC->removeDecl(TD); in ActOnFunctionDeclarator()
9471 if (TagDC != PrototypeTagContext) in ActOnFunctionDeclarator()
9472 TD->setLexicalDeclContext(TagDC); in ActOnFunctionDeclarator()