HomeSort by relevance Sort by last modified time
    Searched defs:RemoveDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
IdentifierResolver.cpp 69 /// RemoveDecl - Remove the decl from the scope chain.
71 void IdentifierResolver::IdDeclInfo::RemoveDecl(NamedDecl *D) {
194 RemoveDecl(PrevD);
214 /// RemoveDecl - Unlink the decl from its shadowed decl chain.
216 void IdentifierResolver::RemoveDecl(NamedDecl *D) {
232 return toIdDeclInfo(Ptr)->RemoveDecl(D);
  /external/clang/include/clang/Sema/
Scope.h 220 void RemoveDecl(Decl *D) {

Completed in 68 milliseconds