Home | History | Annotate | Download | only in Sema

Lines Matching defs:ND

271   NamedDecl *ND = dyn_cast<NamedDecl>(DC);
272 if (!ND)
288 if (NamedDecl *ND = dyn_cast<NamedDecl>(DC)) {
289 if (ND->getIdentifier())
389 NamedDecl *ND = dyn_cast<NamedDecl>(DC);
390 if (!ND)
393 ParentKind = getCursorKindForDecl(ND);
397 unsigned CodeCompletionResult::getPriorityFromDecl(NamedDecl *ND) {
398 if (!ND)
402 DeclContext *DC = ND->getDeclContext()->getRedeclContext();
405 if (ImplicitParamDecl *ImplicitParam = dyn_cast<ImplicitParamDecl>(ND))
416 if (isa<EnumConstantDecl>(ND))
418 if (isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND))