Lines Matching defs:IdLoc
4241 SourceLocation IdLoc,
4245 DS, IdLoc, InitList,
4256 SourceLocation IdLoc,
4263 DS, IdLoc, List, EllipsisLoc);
4354 SourceLocation IdLoc,
4397 << SourceRange(IdLoc, Init->getSourceRange().getEnd());
4399 return BuildMemberInitializer(Member, Init, IdLoc);
4419 LookupResult R(*this, MemberOrBase, IdLoc, LookupOrdinaryName);
4440 SS.getWithLocInContext(Context), *MemberOrBase, IdLoc);
4448 TL.setNameLoc(IdLoc);
4469 Diag(IdLoc, diag::ext_unqualified_base_class)
4470 << SourceRange(IdLoc, Init->getSourceRange().getEnd());
4491 return BuildMemberInitializer(Member, Init, IdLoc);
4517 Diag(IdLoc, diag::err_mem_init_not_member_or_class)
4518 << MemberOrBase << SourceRange(IdLoc,Init->getSourceRange().getEnd());
4529 TL.getNamedTypeLoc().castAs<TypeSpecTypeLoc>().setNameLoc(IdLoc);
4536 TInfo = Context.getTrivialTypeSourceInfo(BaseType, IdLoc);
4543 SourceLocation IdLoc) {
4585 IdLoc, Init->getBeginLoc(), Init->getEndLoc())
4586 : InitializationKind::CreateDirect(IdLoc, InitRange.getBegin(),
4614 return new (Context) CXXCtorInitializer(Context, DirectMember, IdLoc,
4618 return new (Context) CXXCtorInitializer(Context, IndirectMember, IdLoc,