Home | History | Annotate | Download | only in Serialization

Lines Matching refs:ReadSourceLocation

48     SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) {
49 return Reader.ReadSourceLocation(F, R, I);
239 D->setLocation(ReadSourceLocation(Record, Idx));
265 TD->setLocStart(ReadSourceLocation(Record, Idx));
288 TD->setRBraceLoc(ReadSourceLocation(Record, Idx));
333 DD->setInnerLocStart(ReadSourceLocation(Record, Idx));
359 SourceLocation POI = ReadSourceLocation(Record, Idx);
384 LAngleLoc = ReadSourceLocation(Record, Idx);
385 RAngleLoc = ReadSourceLocation(Record, Idx);
388 SourceLocation POI = ReadSourceLocation(Record, Idx);
435 TemplArgs.setLAngleLoc(ReadSourceLocation(Record, Idx));
436 TemplArgs.setRAngleLoc(ReadSourceLocation(Record, Idx));
461 FD->EndRangeLoc = ReadSourceLocation(Record, Idx);
497 MD->setEndLoc(ReadSourceLocation(Record, Idx));
509 SelLocs.push_back(ReadSourceLocation(Record, Idx));
516 CD->setAtStartLoc(ReadSourceLocation(Record, Idx));
534 ProtoLocs.push_back(ReadSourceLocation(Record, Idx));
560 ID->setSuperClassLoc(ReadSourceLocation(Record, Idx));
561 ID->setLocEnd(ReadSourceLocation(Record, Idx));
577 PD->setLocEnd(ReadSourceLocation(Record, Idx));
586 ProtoLocs.push_back(ReadSourceLocation(Record, Idx));
598 SourceLocation SLoc = ReadSourceLocation(Record, Idx);
612 ProtoLocs.push_back(ReadSourceLocation(Record, Idx));
628 ProtoLocs.push_back(ReadSourceLocation(Record, Idx));
633 CD->setCategoryNameLoc(ReadSourceLocation(Record, Idx));
643 D->setAtLoc(ReadSourceLocation(Record, Idx));
681 D->setAtLoc(ReadSourceLocation(Record, Idx));
684 D->IvarLoc = ReadSourceLocation(Record, Idx);
731 SourceLocation POI = ReadSourceLocation(Record, Idx);
762 AD->setRParenLoc(ReadSourceLocation(Record, Idx));
796 D->setExternLoc(ReadSourceLocation(Record, Idx));
797 D->setRBraceLoc(ReadSourceLocation(Record, Idx));
802 D->setLocStart(ReadSourceLocation(Record, Idx));
809 D->LocStart = ReadSourceLocation(Record, Idx);
810 D->RBraceLoc = ReadSourceLocation(Record, Idx);
822 D->NamespaceLoc = ReadSourceLocation(Record, Idx);
823 D->IdentLoc = ReadSourceLocation(Record, Idx);
830 D->setUsingLocation(ReadSourceLocation(Record, Idx));
850 D->UsingLoc = ReadSourceLocation(Record, Idx);
851 D->NamespaceLoc = ReadSourceLocation(Record, Idx);
859 D->setUsingLoc(ReadSourceLocation(Record, Idx));
867 D->TypenameLocation = ReadSourceLocation(Record, Idx);
979 SourceLocation POI = ReadSourceLocation(Record, Idx);
1029 D->setColonLoc(ReadSourceLocation(Record, Idx));
1040 D->FriendLoc = ReadSourceLocation(Record, Idx);
1054 D->FriendLoc = ReadSourceLocation(Record, Idx);
1184 ExplicitInfo->ExternLoc = ReadSourceLocation(Record, Idx);
1185 ExplicitInfo->TemplateKeywordLoc = ReadSourceLocation(Record, Idx);
1193 D->PointOfInstantiation = ReadSourceLocation(Record, Idx);
1305 D->RParenLoc = ReadSourceLocation(Record, Idx);
1955 Reader.ReadSourceLocation(Module, Record, Idx));