Home
last modified time | relevance | path

Searched refs:OND (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConfusableIdentifierCheck.cpp153 for (const NamedDecl *OND : Mapped) { in check() local
154 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()