Lines Matching defs:IdLoc
4174 SourceLocation IdLoc,
4178 DS, IdLoc, InitList,
4189 SourceLocation IdLoc,
4196 DS, IdLoc, List, EllipsisLoc);
4287 SourceLocation IdLoc,
4330 << SourceRange(IdLoc, Init->getSourceRange().getEnd());
4332 return BuildMemberInitializer(Member, Init, IdLoc);
4352 LookupResult R(*this, MemberOrBase, IdLoc, LookupOrdinaryName);
4373 SS.getWithLocInContext(Context), *MemberOrBase, IdLoc);
4381 TL.setNameLoc(IdLoc);
4401 Diag(IdLoc, diag::ext_unqualified_base_class)
4402 << SourceRange(IdLoc, Init->getSourceRange().getEnd());
4423 return BuildMemberInitializer(Member, Init, IdLoc);
4449 Diag(IdLoc, diag::err_mem_init_not_member_or_class)
4450 << MemberOrBase << SourceRange(IdLoc,Init->getSourceRange().getEnd());
4461 TL.getNamedTypeLoc().castAs<TypeSpecTypeLoc>().setNameLoc(IdLoc);
4468 TInfo = Context.getTrivialTypeSourceInfo(BaseType, IdLoc);
4475 SourceLocation IdLoc) {
4517 IdLoc, Init->getBeginLoc(), Init->getEndLoc())
4518 : InitializationKind::CreateDirect(IdLoc, InitRange.getBegin(),
4546 return new (Context) CXXCtorInitializer(Context, DirectMember, IdLoc,
4550 return new (Context) CXXCtorInitializer(Context, IndirectMember, IdLoc,