Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2304 void removeDecl(Decl *D);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1473 void DeclContext::removeDecl(Decl *D) { in removeDecl() function in DeclContext
H A DASTImporter.cpp1892 ToDC->removeDecl(ToD); in ImportDeclContext()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2377 ED->getLexicalDeclContext()->removeDecl(ED); in MergeTypedefNameDecl()
9462 TagDC->removeDecl(TD); in ActOnFunctionDeclarator()
H A DSemaDeclCXX.cpp11942 Shadow->getDeclContext()->removeDecl(Shadow); in HideUsingShadowDecl()