Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp10196 DeclContext *TagDC = TD->getLexicalDeclContext(); in ActOnFunctionDeclarator() local
10197 if (!TagDC->containsDecl(TD)) in ActOnFunctionDeclarator()
10199 TagDC->removeDecl(TD); in ActOnFunctionDeclarator()
10208 if (TagDC != PrototypeTagContext) in ActOnFunctionDeclarator()
10209 TD->setLexicalDeclContext(TagDC); in ActOnFunctionDeclarator()