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);
167 /// RemoveDecl - Unlink the decl from its shadowed decl chain.
169 void RemoveDecl(NamedDecl *D);
Scope.h 229 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) {
197 RemoveDecl(PrevD);
217 /// RemoveDecl - Unlink the decl from its shadowed decl chain.
219 void IdentifierResolver::RemoveDecl(NamedDecl *D) {
235 return toIdDeclInfo(Ptr)->RemoveDecl(D);
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 32 milliseconds