Home | History | Annotate | Download | only in Sema

Lines Matching refs:OrigDecl

1250     const NamedDecl *OrigDecl = Entity.getTargetDecl()->getUnderlyingDecl();
1252 (OrigDecl->getAccess() == AS_public ||
1253 OrigDecl->getAccess() == AS_protected)) {
1256 << OrigDecl->getQualifiedNameAsString();