Searched refs:OND (Results 1 – 1 of 1) sorted by relevance
153 for (const NamedDecl *OND : Mapped) { in check() local154 const IdentifierInfo *ONDII = OND->getIdentifier(); in check()155 if (mayShadow(ND, OND)) { in check()158 diag(ND->getLocation(), "%0 is confusable with %1") << ND << OND; in check()159 diag(OND->getLocation(), "other declaration found here", in check()