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

  /external/clang/include/clang/Sema/
IdentifierResolver.h 50 /// RemoveDecl - Remove the decl from the scope chain.
52 void RemoveDecl(NamedDecl *D);
165 /// RemoveDecl - Unlink the decl from its shadowed decl chain.
167 void RemoveDecl(NamedDecl *D);
Scope.h 268 void RemoveDecl(Decl *D) {
  /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);
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 539 milliseconds