Lines Matching defs:ND
1088 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName() local
1168 if (NamedDecl *ND = R.getAcceptableDecl(Ivar)) { in CppLookupName() local
1257 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName() local
1388 void Sema::makeMergedDefinitionVisible(NamedDecl *ND, SourceLocation Loc) { in makeMergedDefinitionVisible()
1617 auto ND = cast<NamedDecl>(RD); in findAcceptableDecl() local
1648 if (auto *ND = dyn_cast<NamespaceDecl>(D)) { in getAcceptableDeclSlow() local
1851 NamespaceDecl *ND = I->getNominatedNamespace()->getOriginalNamespace(); in LookupQualifiedNameInUsingDirectives() local
1867 NamespaceDecl *ND = Queue.pop_back_val(); in LookupQualifiedNameInUsingDirectives() local
3373 void add(NamedDecl *ND) { in add()
3396 NamedDecl *VisibleDeclsRecord::checkHidden(NamedDecl *ND) { in checkHidden()
3465 if (NamedDecl *ND = Result.getAcceptableDecl(*I)) { in LookupVisibleDecls() local
3482 if (auto *ND = Result.getAcceptableDecl(D)) { in LookupVisibleDecls() local
3607 if (NamedDecl *ND = dyn_cast<NamedDecl>(D)) in LookupVisibleDecls() local
3854 void TypoCorrectionConsumer::FoundDecl(NamedDecl *ND, NamedDecl *Hiding, in FoundDecl()
3888 void TypoCorrectionConsumer::addName(StringRef Name, NamedDecl *ND, in addName()
4156 if (auto *ND = dyn_cast_or_null<NamespaceDecl>(C)) in NamespaceSpecifierSet() local
4172 NamespaceDecl *ND = dyn_cast_or_null<NamespaceDecl>(DC); in buildContextChain() local
4185 if (auto *ND = dyn_cast_or_null<NamespaceDecl>(C)) { in buildNestedNameSpecifier() local
4220 } else if (NamedDecl *ND = in addNameSpecifier() local
4882 NamedDecl *ND = C->getUnderlyingDecl(); in ValidateCandidate() local