Home
last modified time | relevance | path

Searched defs:ND1 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DConfusableIdentifierCheck.cpp96 static bool mayShadowImpl(const NamedDecl *ND0, const NamedDecl *ND1) { in mayShadowImpl() argument
116 const NamedDecl *ND1, in mayShadow() argument
/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1582 if (const auto *ND1 = dyn_cast<NamedDecl>(DC1)) { IsRecordContextStructurallyEquivalent() local