Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h1518 void removeDecl(Decl *D);
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp1125 void DeclContext::removeDecl(Decl *D) { in removeDecl() function in DeclContext
H A DDecl.cpp2642 DC->removeDecl(I); in setDeclsInPrototypeScope()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp7834 Shadow->getDeclContext()->removeDecl(Shadow); in HideUsingShadowDecl()
H A DSemaDecl.cpp10331 Context.getTranslationUnitDecl()->removeDecl(D); in ActOnStartOfFunctionDef()