Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp10336 DeclContext *TagDC = TD->getLexicalDeclContext(); in ActOnFunctionDeclarator() local
10337 if (!TagDC->containsDecl(TD)) in ActOnFunctionDeclarator()
10339 TagDC->removeDecl(TD); in ActOnFunctionDeclarator()
10348 if (TagDC != PrototypeTagContext) in ActOnFunctionDeclarator()
10349 TD->setLexicalDeclContext(TagDC); in ActOnFunctionDeclarator()