Home
last modified time | relevance | path

Searched refs:removeDecl (Results 1 – 8 of 8) 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.cpp396 State.Env.removeDecl(*VD); in builtinTransfer()
H A DDataflowEnvironment.cpp870 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.h2544 void removeDecl(Decl *D);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1681 void DeclContext::removeDecl(Decl *D) { in removeDecl() function in DeclContext
H A DASTImporter.cpp2109 ToDC->removeDecl(ToD); in ImportDeclContext()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2559 ED->getLexicalDeclContext()->removeDecl(ED); in MergeTypedefNameDecl()
10199 TagDC->removeDecl(TD); in ActOnFunctionDeclarator()
H A DSemaDeclCXX.cpp12575 Shadow->getDeclContext()->removeDecl(Shadow); in HideUsingShadowDecl()