Home | History | Annotate | Download | only in Sema

Lines Matching refs:NamedDecl

70 void IdentifierResolver::IdDeclInfo::RemoveDecl(NamedDecl *D) {
139 void IdentifierResolver::AddDecl(NamedDecl *D) {
156 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr);
164 void IdentifierResolver::InsertDeclAfter(iterator Pos, NamedDecl *D) {
181 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr);
204 void IdentifierResolver::RemoveDecl(NamedDecl *D) {
233 return iterator(static_cast<NamedDecl*>(Ptr));
255 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) {
290 bool IdentifierResolver::tryAddTopLevelDecl(NamedDecl *D, DeclarationName Name){
304 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr);
404 NamedDecl *D = **this;