HomeSort by: relevance | last modified time | path
    Searched defs:RemoveDecl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
IdentifierResolver.cpp 72 /// RemoveDecl - Remove the decl from the scope chain.
74 void IdentifierResolver::IdDeclInfo::RemoveDecl(NamedDecl *D) {
187 RemoveDecl(PrevD);
207 /// RemoveDecl - Unlink the decl from its shadowed decl chain.
209 void IdentifierResolver::RemoveDecl(NamedDecl *D) {
225 return toIdDeclInfo(Ptr)->RemoveDecl(D);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h 310 void RemoveDecl(Decl *D) {

Completed in 60 milliseconds