Home | History | Annotate | Download | only in Sema

Lines Matching refs:SomeDecl

1000           NamedDecl *SomeDecl = Result.getRepresentativeDecl();
1002 if (isa<TypedefDecl>(SomeDecl)) Kind = 1;
1003 else if (isa<TypeAliasDecl>(SomeDecl)) Kind = 2;
1004 else if (isa<ClassTemplateDecl>(SomeDecl)) Kind = 3;
1006 SemaRef.Diag(SomeDecl->getLocation(), diag::note_declared_at);