Lines Matching defs:ND

1296       if (NamedDecl *ND = R.getAcceptableDecl(*I)) {  in CppLookupName()  local
1361 if (NamedDecl *ND = R.getAcceptableDecl(Ivar)) { in CppLookupName() local
1450 if (NamedDecl *ND = R.getAcceptableDecl(*I)) { in CppLookupName() local
1504 void Sema::makeMergedDefinitionVisible(NamedDecl *ND) { in makeMergedDefinitionVisible()
1844 auto ND = cast<NamedDecl>(RD); in findAcceptableDecl() local
1864 if (auto *ND = dyn_cast<NamespaceDecl>(D)) { in getAcceptableDeclSlow() local
2065 NamespaceDecl *ND = I->getNominatedNamespace()->getOriginalNamespace(); in LookupQualifiedNameInUsingDirectives() local
2081 NamespaceDecl *ND = Queue.pop_back_val(); in LookupQualifiedNameInUsingDirectives() local
2279 NamedDecl *ND = *It++; in LookupQualifiedName() local
2397 if (NamedDecl *ND = R.getAcceptableDecl(*I)) in LookupQualifiedName() local
3679 void add(NamedDecl *ND) { in add()
3702 NamedDecl *VisibleDeclsRecord::checkHidden(NamedDecl *ND) { in checkHidden()
3824 if (NamedDecl *ND = Result.getAcceptableDecl(*I)) { in lookupInDeclContext() local
3846 if (auto *ND = Result.getAcceptableDecl(D)) { in lookupInDeclContext() local
3990 if (NamedDecl *ND = dyn_cast<NamedDecl>(D)) in lookupInScope() local
4219 void TypoCorrectionConsumer::FoundDecl(NamedDecl *ND, NamedDecl *Hiding, in FoundDecl()
4252 void TypoCorrectionConsumer::addName(StringRef Name, NamedDecl *ND, in addName()
4520 if (auto *ND = dyn_cast_or_null<NamespaceDecl>(C)) in NamespaceSpecifierSet() local
4536 NamespaceDecl *ND = dyn_cast_or_null<NamespaceDecl>(DC); in buildContextChain() local
4549 if (auto *ND = dyn_cast_or_null<NamespaceDecl>(C)) { in buildNestedNameSpecifier() local
4584 } else if (NamedDecl *ND = in addNameSpecifier() local
5248 NamedDecl *ND = C->getUnderlyingDecl(); in ValidateCandidate() local