Home | History | Annotate | Download | only in Sema

Lines Matching refs:IdLoc

2519                           SourceLocation IdLoc,
2523 DS, IdLoc, InitList,
2535 SourceLocation IdLoc,
2543 DS, IdLoc, List, EllipsisLoc);
2578 SourceLocation IdLoc,
2619 << SourceRange(IdLoc, Init->getSourceRange().getEnd());
2621 return BuildMemberInitializer(Member, Init, IdLoc);
2634 LookupResult R(*this, MemberOrBase, IdLoc, LookupOrdinaryName);
2655 *MemberOrBase, IdLoc);
2677 return BuildMemberInitializer(Member, Init, IdLoc);
2705 Diag(IdLoc, diag::err_mem_init_not_member_or_class)
2706 << MemberOrBase << SourceRange(IdLoc,Init->getSourceRange().getEnd());
2721 TInfo = Context.getTrivialTypeSourceInfo(BaseType, IdLoc);
2730 SourceLocation IdLoc) {
2775 SourceLocation IdLoc) {
2816 InitList ? InitializationKind::CreateDirectList(IdLoc)
2817 : InitializationKind::CreateDirect(IdLoc, InitRange.getBegin(),
2826 CheckForDanglingReferenceOrPointer(*this, Member, MemberInit.get(), IdLoc);
2839 return new (Context) CXXCtorInitializer(Context, DirectMember, IdLoc,
2843 return new (Context) CXXCtorInitializer(Context, IndirectMember, IdLoc,