Home | History | Annotate | Download | only in Sema

Lines Matching refs:OrigDecl

1309     const NamedDecl *OrigDecl = Entity.getTargetDecl()->getUnderlyingDecl();
1311 (OrigDecl->getAccess() == AS_public ||
1312 OrigDecl->getAccess() == AS_protected)) {
1315 << OrigDecl->getQualifiedNameAsString();