Home | History | Annotate | Download | only in Sema

Lines Matching refs:OrigDecl

1299     const NamedDecl *OrigDecl = Entity.getTargetDecl()->getUnderlyingDecl();
1301 (OrigDecl->getAccess() == AS_public ||
1302 OrigDecl->getAccess() == AS_protected)) {
1305 << OrigDecl->getQualifiedNameAsString();