Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h316 void removeDecl(const ValueDecl &D);
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp411 State.Env.removeDecl(*VD); in builtinTransfer()
H A DDataflowEnvironment.cpp869 void Environment::removeDecl(const ValueDecl &D) { DeclToLoc.erase(&D); } in removeDecl() function in clang::dataflow::Environment
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2572 void removeDecl(Decl *D);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1728 void DeclContext::removeDecl(Decl *D) { in removeDecl() function in DeclContext
H A DASTImporter.cpp2377 ToDC->removeDecl(ToD); in ImportDeclContext()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp12902 Shadow->getDeclContext()->removeDecl(Shadow); in HideUsingShadowDecl()
H A DSemaDecl.cpp10408 TagDC->removeDecl(TD); in ActOnFunctionDeclarator()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc9814 {"_ZN5clang11DeclContext10removeDeclEPNS_4DeclE", "clang::DeclContext::removeDecl(clang::Decl*)"},