Home | History | Annotate | Download | only in Sema

Lines Matching defs:InstD

8182     NamedDecl *InstD = static_cast<NamedDecl*>(
8185 if (!InstD) {
8197 if (isa<UsingDecl>(InstD)) {
8198 UsingDecl *UD = cast<UsingDecl>(InstD);
8204 R.addDecl(InstD);
9068 NamedDecl *InstD = static_cast<NamedDecl*>(
9071 if (!InstD) {
9083 if (isa<UsingDecl>(InstD)) {
9084 UsingDecl *UD = cast<UsingDecl>(InstD);
9090 R.addDecl(InstD);