Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h1628 void removeDecl(Decl *D);
/external/clang/lib/AST/
DDeclBase.cpp1180 void DeclContext::removeDecl(Decl *D) { in removeDecl() function in DeclContext
DDecl.cpp2692 DC->removeDecl(I); in setDeclsInPrototypeScope()
/external/clang/lib/Sema/
DSemaDecl.cpp1974 ED->getLexicalDeclContext()->removeDecl(ED); in MergeTypedefNameDecl()
10917 Context.getTranslationUnitDecl()->removeDecl(D); in ActOnStartOfFunctionDef()
DSemaDeclCXX.cpp7922 Shadow->getDeclContext()->removeDecl(Shadow); in HideUsingShadowDecl()