Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp9400 DeclContext *TagDC = TD->getLexicalDeclContext(); in ActOnFunctionDeclarator() local
9401 if (!TagDC->containsDecl(TD)) in ActOnFunctionDeclarator()
9403 TagDC->removeDecl(TD); in ActOnFunctionDeclarator()
9412 if (TagDC != PrototypeTagContext) in ActOnFunctionDeclarator()
9413 TD->setLexicalDeclContext(TagDC); in ActOnFunctionDeclarator()