Lines Matching refs:DeclContext
89 void ASTImporterLookupTable::add(DeclContext *DC, NamedDecl *ND) { in add()
95 void ASTImporterLookupTable::remove(DeclContext *DC, NamedDecl *ND) { in remove()
104 DeclContext *DC = ND->getDeclContext()->getPrimaryContext(); in add()
106 DeclContext *ReDC = DC->getRedeclContext()->getPrimaryContext(); in add()
113 DeclContext *DC = ND->getDeclContext()->getPrimaryContext(); in remove()
115 DeclContext *ReDC = DC->getRedeclContext()->getPrimaryContext(); in remove()
120 void ASTImporterLookupTable::update(NamedDecl *ND, DeclContext *OldDC) { in update()
134 ASTImporterLookupTable::lookup(DeclContext *DC, DeclarationName Name) const { in lookup()
147 bool ASTImporterLookupTable::contains(DeclContext *DC, NamedDecl *ND) const { in contains()
151 void ASTImporterLookupTable::dump(DeclContext *DC) const { in dump()
169 DeclContext *DC = Entry.first; in dump()