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

/external/clang/include/clang/Sema/
H A DIdentifierResolver.h50 /// RemoveDecl - Remove the decl from the scope chain.
52 void RemoveDecl(NamedDecl *D);
165 /// RemoveDecl - Unlink the decl from its shadowed decl chain.
167 void RemoveDecl(NamedDecl *D);
H A DScope.h268 void RemoveDecl(Decl *D) { function in class:clang::Scope
/external/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
182 RemoveDecl(PrevD);
202 /// RemoveDecl - Unlink the decl from its shadowed decl chain.
204 void IdentifierResolver::RemoveDecl(NamedDecl *D) { function in class:IdentifierResolver
220 return toIdDeclInfo(Ptr)->RemoveDecl(D);
H A DSemaDecl.cpp1170 S->RemoveDecl(*I);
1171 IdResolver.RemoveDecl(*I);
1513 IdResolver.RemoveDecl(D);
H A DSemaDeclCXX.cpp7462 S->RemoveDecl(Shadow);
7463 IdResolver.RemoveDecl(Shadow);

Completed in 290 milliseconds