Home | History | Annotate | Download | only in Serialization

Lines Matching defs:OperatorLoc

1427   E->OperatorLoc = ReadSourceLocation(Record, Idx);
1462 E->OperatorLoc = ReadSourceLocation(Record, Idx);
1518 E->OperatorLoc = ReadSourceLocation(Record, Idx);
1579 E->OperatorLoc = ReadSourceLocation(Record, Idx);
2742 SourceLocation OperatorLoc = ReadSourceLocation(F, Record, Idx);
2744 S = MemberExpr::Create(Context, Base, IsArrow, OperatorLoc, QualifierLoc,