Home | History | Annotate | Download | only in Sema

Lines Matching refs:D1

6825 IsEquivalentForUsingDecl(ASTContext &Context, NamedDecl *D1, NamedDecl *D2,
6827 if (D1->getCanonicalDecl() == D2->getCanonicalDecl()) {
6832 if (TypedefNameDecl *TD1 = dyn_cast<TypedefNameDecl>(D1))