Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp8707 DeclContext *TagDC = TD->getLexicalDeclContext(); in ActOnFunctionDeclarator() local
8708 if (!TagDC->containsDecl(TD)) in ActOnFunctionDeclarator()
8710 TagDC->removeDecl(TD); in ActOnFunctionDeclarator()
8719 if (TagDC != PrototypeTagContext) in ActOnFunctionDeclarator()
8720 TD->setLexicalDeclContext(TagDC); in ActOnFunctionDeclarator()