Searched refs:removeDecl (Results 1 – 8 of 8) sorted by relevance
274 void removeDecl(const ValueDecl &D);
438 State.Env.removeDecl(*VD); in builtinTransfer()
721 void Environment::removeDecl(const ValueDecl &D) { DeclToLoc.erase(&D); } in removeDecl() function in clang::dataflow::Environment
2526 void removeDecl(Decl *D);
1617 void DeclContext::removeDecl(Decl *D) { in removeDecl() function in DeclContext
2061 ToDC->removeDecl(ToD); in ImportDeclContext()
2704 ED->getLexicalDeclContext()->removeDecl(ED); in MergeTypedefNameDecl()10339 TagDC->removeDecl(TD); in ActOnFunctionDeclarator()
12689 Shadow->getDeclContext()->removeDecl(Shadow); in HideUsingShadowDecl()