Home | History | Annotate | Download | only in Sema

Lines Matching refs:NameLoc

756                                            SourceLocation NameLoc,
768 NameLoc.isInvalid()? TmpLoc : NameLoc,
847 IdentifierInfo *Name, SourceLocation NameLoc,
875 LookupResult Previous(*this, Name, NameLoc,
886 Diag(NameLoc, diag::err_template_qualified_declarator_no_match)
902 diagnoseQualifiedDeclaration(SS, SemanticContext, Name, NameLoc);
961 LookupResult Previous(*this, Name, NameLoc, LookupOrdinaryName,
1007 Diag(NameLoc, diag::err_redefinition) << Name;
1016 DiagnoseTemplateParameterShadow(NameLoc, PrevDecl);
1025 Diag(NameLoc, diag::err_redefinition_different_kind) << Name;
1048 Diag(NameLoc, TUK == TUK_Friend ? diag::err_friend_decl_does_not_match
1056 CXXRecordDecl::Create(Context, Kind, SemanticContext, KWLoc, NameLoc, Name,
1074 = ClassTemplateDecl::Create(Context, SemanticContext, NameLoc,
6528 SourceLocation NameLoc,
6534 KWLoc, SS, Name, NameLoc, Attr, AS_none,
6581 CheckExplicitInstantiationScope(*this, Record, NameLoc, true);
6617 if (InstantiateClass(NameLoc, Record, Def,
6629 InstantiateClassMembers(NameLoc, RecordDef,
6633 MarkVTableUsed(NameLoc, RecordDef, true);
6913 SourceLocation TagLoc, SourceLocation NameLoc) {
6925 Diag(NameLoc, diag::err_dependent_tag_decl)
6939 TL.setNameLoc(NameLoc);