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);
168 /// RemoveDecl - Unlink the decl from its shadowed decl chain.
170 void RemoveDecl(NamedDecl *D);
Scope.h 220 void RemoveDecl(Decl *D) {
  /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);
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 139 milliseconds