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) {
182 RemoveDecl(PrevD);
202 /// RemoveDecl - Unlink the decl from its shadowed decl chain.
204 void IdentifierResolver::RemoveDecl(NamedDecl *D) {
220 return toIdDeclInfo(Ptr)->RemoveDecl(D);
  /external/clang/include/clang/Sema/
Scope.h 268 void RemoveDecl(Decl *D) {

Completed in 129 milliseconds