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);
168 /// RemoveDecl - Unlink the decl from its shadowed decl chain.
170 void RemoveDecl(NamedDecl *D);
H A DScope.h220 void RemoveDecl(Decl *D) { function in class:clang::Scope
/external/clang/lib/Sema/
H A DIdentifierResolver.cpp69 /// RemoveDecl - Remove the decl from the scope chain.
71 void IdentifierResolver::IdDeclInfo::RemoveDecl(NamedDecl *D) { function in class:IdentifierResolver::IdDeclInfo
194 RemoveDecl(PrevD);
214 /// RemoveDecl - Unlink the decl from its shadowed decl chain.
216 void IdentifierResolver::RemoveDecl(NamedDecl *D) { function in class:IdentifierResolver
232 return toIdDeclInfo(Ptr)->RemoveDecl(D);
H A DSemaDecl.cpp1062 S->RemoveDecl(*I);
1063 IdResolver.RemoveDecl(*I);
1369 IdResolver.RemoveDecl(D);
3876 IdResolver.RemoveDecl(ND);
3885 S->RemoveDecl(PrevDecl);
H A DSemaDeclCXX.cpp6119 S->RemoveDecl(Shadow);
6120 IdResolver.RemoveDecl(Shadow);

Completed in 999 milliseconds