Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp1464 void DeclContext::removeDecl(Decl *D) { in removeDecl() function in DeclContext
H A DASTImporter.cpp1874 ToDC->removeDecl(ToD); in ImportDeclContext()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h2304 void removeDecl(Decl *D);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp2325 ED->getLexicalDeclContext()->removeDecl(ED); in MergeTypedefNameDecl()
9403 TagDC->removeDecl(TD); in ActOnFunctionDeclarator()
H A DSemaDeclCXX.cpp11880 Shadow->getDeclContext()->removeDecl(Shadow); in HideUsingShadowDecl()