Home | History | Annotate | Download | only in Sema

Lines Matching refs:FirstDecl

959         NamedDecl *FirstDecl = Corrected.getFoundDecl();
995 if (FirstDecl)
996 Result.addDecl(FirstDecl);
1128 NamedDecl *FirstDecl = (*Result.begin())->getUnderlyingDecl();
1129 if (TypeDecl *Type = dyn_cast<TypeDecl>(FirstDecl)) {
1138 ObjCInterfaceDecl *Class = dyn_cast<ObjCInterfaceDecl>(FirstDecl);
1142 dyn_cast<ObjCCompatibleAliasDecl>(FirstDecl))
1160 if (isa<ConceptDecl>(FirstDecl))
1162 TemplateName(cast<TemplateDecl>(FirstDecl)));
1165 if (isa<TemplateDecl>(FirstDecl) && !isa<FunctionTemplateDecl>(FirstDecl) &&
1166 !isa<VarTemplateDecl>(FirstDecl))
1168 TemplateName(cast<TemplateDecl>(FirstDecl)));
1175 FirstDecl->getUnderlyingDecl()->isFunctionOrFunctionTemplate())) &&
1190 if (Result.isSingleResult() && !ADL && !FirstDecl->isCXXClassMember())