Home | History | Annotate | Download | only in Sema

Lines Matching refs:InstD

9361     NamedDecl *InstD = static_cast<NamedDecl*>(
9364 if (!InstD) {
9376 if (isa<UsingDecl>(InstD)) {
9377 UsingDecl *UD = cast<UsingDecl>(InstD);
9383 R.addDecl(InstD);
10217 NamedDecl *InstD = static_cast<NamedDecl*>(
10220 if (!InstD) {
10232 if (isa<UsingDecl>(InstD)) {
10233 UsingDecl *UD = cast<UsingDecl>(InstD);
10239 R.addDecl(InstD);