Searched refs:removeDecl (Results 1 – 5 of 5) sorted by relevance
1477 void removeDecl(Decl *D);
1076 void DeclContext::removeDecl(Decl *D) { in removeDecl() function in DeclContext
485 copied_decl->getDeclContext()->removeDecl(copied_decl); in FindExternalLexicalDecls()
7254 Shadow->getDeclContext()->removeDecl(Shadow); in HideUsingShadowDecl()
9610 Context.getTranslationUnitDecl()->removeDecl(D); in ActOnStartOfFunctionDef()