Searched refs:RemoveDecl (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DIdentifierResolver.h50 /// RemoveDecl - Remove the decl from the scope chain.
52 void RemoveDecl(NamedDecl *D);
167 /// RemoveDecl - Unlink the decl from its shadowed decl chain.
169 void RemoveDecl(NamedDecl *D);
H A DScope.h229 void RemoveDecl(Decl *D) { function in class:clang::Scope
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DIdentifierResolver.cpp68 /// RemoveDecl - Remove the decl from the scope chain.
70 void IdentifierResolver::IdDeclInfo::RemoveDecl(NamedDecl *D) { function in class:IdentifierResolver::IdDeclInfo
197 RemoveDecl(PrevD);
217 /// RemoveDecl - Unlink the decl from its shadowed decl chain.
219 void IdentifierResolver::RemoveDecl(NamedDecl *D) { function in class:IdentifierResolver
235 return toIdDeclInfo(Ptr)->RemoveDecl(D);
H A DSemaDecl.cpp1063 S->RemoveDecl(*I);
1064 IdResolver.RemoveDecl(*I);
1403 IdResolver.RemoveDecl(D);
H A DSemaDeclCXX.cpp6971 S->RemoveDecl(Shadow);
6972 IdResolver.RemoveDecl(Shadow);

Completed in 218 milliseconds