Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp9902 DeclContext *TagDC = TD->getLexicalDeclContext(); in ActOnFunctionDeclarator() local
9903 if (!TagDC->containsDecl(TD)) in ActOnFunctionDeclarator()
9905 TagDC->removeDecl(TD); in ActOnFunctionDeclarator()
9914 if (TagDC != PrototypeTagContext) in ActOnFunctionDeclarator()
9915 TD->setLexicalDeclContext(TagDC); in ActOnFunctionDeclarator()