HomeSort by relevance Sort by last modified time
    Searched refs:RemoveDecl (Results 1 - 7 of 7) 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 276 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) {
185 RemoveDecl(PrevD);
205 /// RemoveDecl - Unlink the decl from its shadowed decl chain.
207 void IdentifierResolver::RemoveDecl(NamedDecl *D) {
223 return toIdDeclInfo(Ptr)->RemoveDecl(D);
SemaDeclObjC.cpp 732 S->RemoveDecl(typeParam);
733 IdResolver.RemoveDecl(typeParam);
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 318 milliseconds