Home | History | Annotate | Download | only in AST

Lines Matching refs:MemberLoc

1513                                        SourceLocation MemberLoc,
1516 : Initializee(Member), MemberOrEllipsisLocation(MemberLoc), Init(Init),
1524 SourceLocation MemberLoc,
1527 : Initializee(Member), MemberOrEllipsisLocation(MemberLoc), Init(Init),
1545 SourceLocation MemberLoc,
1550 : Initializee(Member), MemberOrEllipsisLocation(MemberLoc), Init(Init),
1560 SourceLocation MemberLoc,
1568 return new (Mem) CXXCtorInitializer(Context, Member, MemberLoc, L, Init, R,