Home | History | Annotate | Download | only in Sema

Lines Matching refs:IdLoc

2792                           SourceLocation IdLoc,
2796 DS, IdLoc, InitList,
2808 SourceLocation IdLoc,
2816 DS, IdLoc, List, EllipsisLoc);
2851 SourceLocation IdLoc,
2896 << SourceRange(IdLoc, Init->getSourceRange().getEnd());
2898 return BuildMemberInitializer(Member, Init, IdLoc);
2911 LookupResult R(*this, MemberOrBase, IdLoc, LookupOrdinaryName);
2932 *MemberOrBase, IdLoc);
2955 return BuildMemberInitializer(Member, Init, IdLoc);
2983 Diag(IdLoc, diag::err_mem_init_not_member_or_class)
2984 << MemberOrBase << SourceRange(IdLoc,Init->getSourceRange().getEnd());
2997 TL.getNamedTypeLoc().castAs<TypeSpecTypeLoc>().setNameLoc(IdLoc);
3005 TInfo = Context.getTrivialTypeSourceInfo(BaseType, IdLoc);
3014 SourceLocation IdLoc) {
3059 SourceLocation IdLoc) {
3100 InitList ? InitializationKind::CreateDirectList(IdLoc)
3101 : InitializationKind::CreateDirect(IdLoc, InitRange.getBegin(),
3110 CheckForDanglingReferenceOrPointer(*this, Member, MemberInit.get(), IdLoc);
3123 return new (Context) CXXCtorInitializer(Context, DirectMember, IdLoc,
3127 return new (Context) CXXCtorInitializer(Context, IndirectMember, IdLoc,