Searched refs:removeDecl (Results 1 – 9 of 9) sorted by relevance
316 void removeDecl(const ValueDecl &D);
411 State.Env.removeDecl(*VD); in builtinTransfer()
869 void Environment::removeDecl(const ValueDecl &D) { DeclToLoc.erase(&D); } in removeDecl() function in clang::dataflow::Environment
2572 void removeDecl(Decl *D);
1728 void DeclContext::removeDecl(Decl *D) { in removeDecl() function in DeclContext
2377 ToDC->removeDecl(ToD); in ImportDeclContext()
12902 Shadow->getDeclContext()->removeDecl(Shadow); in HideUsingShadowDecl()
10408 TagDC->removeDecl(TD); in ActOnFunctionDeclarator()
9814 {"_ZN5clang11DeclContext10removeDeclEPNS_4DeclE", "clang::DeclContext::removeDecl(clang::Decl*)"},