Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConfusableIdentifierCheck.cpp124 static bool mayShadow(const NamedDecl *ND0, const NamedDecl *ND1) { in mayShadow() function
155 if (mayShadow(ND, OND)) { in check()