Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h274 void removeDecl(const ValueDecl &D);
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp438 State.Env.removeDecl(*VD); in builtinTransfer()
H A DDataflowEnvironment.cpp721 void Environment::removeDecl(const ValueDecl &D) { DeclToLoc.erase(&D); } in removeDecl() function in clang::dataflow::Environment
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2526 void removeDecl(Decl *D);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1617 void DeclContext::removeDecl(Decl *D) { in removeDecl() function in DeclContext
H A DASTImporter.cpp2061 ToDC->removeDecl(ToD); in ImportDeclContext()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2704 ED->getLexicalDeclContext()->removeDecl(ED); in MergeTypedefNameDecl()
10339 TagDC->removeDecl(TD); in ActOnFunctionDeclarator()
H A DSemaDeclCXX.cpp12689 Shadow->getDeclContext()->removeDecl(Shadow); in HideUsingShadowDecl()