Searched refs:removeDecl (Results 1 – 8 of 8) sorted by relevance
316 void removeDecl(const ValueDecl &D);
396 State.Env.removeDecl(*VD); in builtinTransfer()
870 void Environment::removeDecl(const ValueDecl &D) { DeclToLoc.erase(&D); } in removeDecl() function in clang::dataflow::Environment
2544 void removeDecl(Decl *D);
1681 void DeclContext::removeDecl(Decl *D) { in removeDecl() function in DeclContext
2109 ToDC->removeDecl(ToD); in ImportDeclContext()
2559 ED->getLexicalDeclContext()->removeDecl(ED); in MergeTypedefNameDecl()10199 TagDC->removeDecl(TD); in ActOnFunctionDeclarator()
12575 Shadow->getDeclContext()->removeDecl(Shadow); in HideUsingShadowDecl()