Lines Matching refs:NamedDecl
74 void IdentifierResolver::IdDeclInfo::RemoveDecl(NamedDecl *D) { in RemoveDecl()
144 void IdentifierResolver::AddDecl(NamedDecl *D) { in AddDecl()
161 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr); in AddDecl()
169 void IdentifierResolver::InsertDeclAfter(iterator Pos, NamedDecl *D) { in InsertDeclAfter()
186 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr); in InsertDeclAfter()
209 void IdentifierResolver::RemoveDecl(NamedDecl *D) { in RemoveDecl()
238 return iterator(static_cast<NamedDecl*>(Ptr)); in begin()
262 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) { in compareDeclarations()
302 bool IdentifierResolver::tryAddTopLevelDecl(NamedDecl *D, DeclarationName Name){ in tryAddTopLevelDecl()
316 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr); in tryAddTopLevelDecl()
416 NamedDecl *D = **this; in incrementSlowCase()