Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp10066 DeclContext *TagDC = TD->getLexicalDeclContext(); in ActOnFunctionDeclarator() local
10067 if (!TagDC->containsDecl(TD)) in ActOnFunctionDeclarator()
10069 TagDC->removeDecl(TD); in ActOnFunctionDeclarator()
10078 if (TagDC != PrototypeTagContext) in ActOnFunctionDeclarator()
10079 TD->setLexicalDeclContext(TagDC); in ActOnFunctionDeclarator()