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 68 /// RemoveDecl - Remove the decl from the scope chain.
70 void IdentifierResolver::IdDeclInfo::RemoveDecl(NamedDecl *D) {
184 RemoveDecl(PrevD);
204 /// RemoveDecl - Unlink the decl from its shadowed decl chain.
206 void IdentifierResolver::RemoveDecl(NamedDecl *D) {
222 return toIdDeclInfo(Ptr)->RemoveDecl(D);
  /external/clang/include/clang/Sema/
Scope.h 229 void RemoveDecl(Decl *D) {

Completed in 54 milliseconds