Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDeclBase.h1477 void removeDecl(Decl *D);
/trueos/contrib/llvm/tools/clang/lib/AST/
HDDeclBase.cpp1076 void DeclContext::removeDecl(Decl *D) { in removeDecl() function in DeclContext
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDClangASTSource.cpp485 copied_decl->getDeclContext()->removeDecl(copied_decl); in FindExternalLexicalDecls()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp7254 Shadow->getDeclContext()->removeDecl(Shadow); in HideUsingShadowDecl()
HDSemaDecl.cpp9610 Context.getTranslationUnitDecl()->removeDecl(D); in ActOnStartOfFunctionDef()