Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h2377 void removeDecl(Decl *D);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp1526 void DeclContext::removeDecl(Decl *D) { in removeDecl() function in DeclContext
H A DASTImporter.cpp1942 ToDC->removeDecl(ToD); in ImportDeclContext()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp2652 ED->getLexicalDeclContext()->removeDecl(ED); in MergeTypedefNameDecl()
10069 TagDC->removeDecl(TD); in ActOnFunctionDeclarator()
H A DSemaDeclCXX.cpp12250 Shadow->getDeclContext()->removeDecl(Shadow); in HideUsingShadowDecl()