Home | History | Annotate | Download | only in Sema

Lines Matching refs:NamedDecl

70 void IdentifierResolver::IdDeclInfo::RemoveDecl(NamedDecl *D) {
142 void IdentifierResolver::AddDecl(NamedDecl *D) {
159 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr);
167 void IdentifierResolver::InsertDeclAfter(iterator Pos, NamedDecl *D) {
184 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr);
207 void IdentifierResolver::RemoveDecl(NamedDecl *D) {
236 return iterator(static_cast<NamedDecl*>(Ptr));
258 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) {
298 bool IdentifierResolver::tryAddTopLevelDecl(NamedDecl *D, DeclarationName Name){
312 NamedDecl *PrevD = static_cast<NamedDecl*>(Ptr);
412 NamedDecl *D = **this;