Home | History | Annotate | Download | only in Serialization

Lines Matching defs:SuperLoc

1092     SourceLocation SuperLoc = ReadSourceLocation(Record, Idx);
1093 E->setSuper(SuperLoc, T, Kind == ObjCMessageExpr::SuperInstance);