Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DStructuralEquivalenceTest.cpp270 NS->removeDecl(TD); in TEST_F()
286 RD->removeDecl(FD); in TEST_F()
H A DASTImporterTest.cpp3044 ToClass->removeDecl(Method); in test()
4285 NS->removeDecl(Spec); in TEST_P()
4319 DC->removeDecl(A0); in TEST_P()
4323 DC->removeDecl(A1); in TEST_P()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h2354 void removeDecl(Decl *D);
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp1496 void DeclContext::removeDecl(Decl *D) { in removeDecl() function in DeclContext
H A DASTImporter.cpp1948 ToDC->removeDecl(ToD); in ImportDeclContext()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp2576 ED->getLexicalDeclContext()->removeDecl(ED); in MergeTypedefNameDecl()
9905 TagDC->removeDecl(TD); in ActOnFunctionDeclarator()
H A DSemaDeclCXX.cpp12142 Shadow->getDeclContext()->removeDecl(Shadow); in HideUsingShadowDecl()