Home | History | Annotate | Download | only in Serialization

Lines Matching defs:SuperLoc

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