Searched defs:RemoveDecl (Results 1 - 2 of 2) sorted by relevance

/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);
/external/clang/include/clang/Sema/
H A DScope.h268 void RemoveDecl(Decl *D) { function in class:clang::Scope

Completed in 1196 milliseconds