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

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

Completed in 36 milliseconds