Home | History | Annotate | Download | only in Serialization

Lines Matching refs:ReadSourceLocation

55     SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) {
56 return Reader.ReadSourceLocation(F, R, I);
496 D->setLocation(Reader.ReadSourceLocation(F, RawLocation));
552 TD->setLocStart(ReadSourceLocation(Record, Idx));
595 TD->setRBraceLoc(ReadSourceLocation(Record, Idx));
659 SourceLocation POI = ReadSourceLocation(Record, Idx);
690 DD->setInnerLocStart(ReadSourceLocation(Record, Idx));
725 FD->EndRangeLoc = ReadSourceLocation(Record, Idx);
739 SourceLocation POI = ReadSourceLocation(Record, Idx);
766 LAngleLoc = ReadSourceLocation(Record, Idx);
767 RAngleLoc = ReadSourceLocation(Record, Idx);
770 SourceLocation POI = ReadSourceLocation(Record, Idx);
824 TemplArgs.setLAngleLoc(ReadSourceLocation(Record, Idx));
825 TemplArgs.setRAngleLoc(ReadSourceLocation(Record, Idx));
872 MD->DeclEndLoc = ReadSourceLocation(Record, Idx);
884 SelLocs.push_back(ReadSourceLocation(Record, Idx));
894 D->VarianceLoc = ReadSourceLocation(Record, Idx);
895 D->ColonLoc = ReadSourceLocation(Record, Idx);
900 CD->setAtStartLoc(ReadSourceLocation(Record, Idx));
919 SourceLocation lAngleLoc = ReadSourceLocation(Record, Idx);
920 SourceLocation rAngleLoc = ReadSourceLocation(Record, Idx);
946 Data.EndLoc = ReadSourceLocation(Record, Idx);
958 ProtoLocs.push_back(ReadSourceLocation(Record, Idx));
1014 ProtoLocs.push_back(ReadSourceLocation(Record, Idx));
1031 CD->setCategoryNameLoc(ReadSourceLocation(Record, Idx));
1032 CD->setIvarLBraceLoc(ReadSourceLocation(Record, Idx));
1033 CD->setIvarRBraceLoc(ReadSourceLocation(Record, Idx));
1050 ProtoLocs.push_back(ReadSourceLocation(Record, Idx));
1062 D->setAtLoc(ReadSourceLocation(Record, Idx));
1063 D->setLParenLoc(ReadSourceLocation(Record, Idx));
1088 D->CategoryNameLoc = ReadSourceLocation(Record, Idx);
1094 D->SuperLoc = ReadSourceLocation(Record, Idx);
1095 D->setIvarLBraceLoc(ReadSourceLocation(Record, Idx));
1096 D->setIvarRBraceLoc(ReadSourceLocation(Record, Idx));
1106 D->setAtLoc(ReadSourceLocation(Record, Idx));
1109 D->IvarLoc = ReadSourceLocation(Record, Idx);
1205 SourceLocation POI = ReadSourceLocation(Record, Idx);
1244 AD->setRParenLoc(ReadSourceLocation(Record, Idx));
1294 D->setExternLoc(ReadSourceLocation(Record, Idx));
1295 D->setRBraceLoc(ReadSourceLocation(Record, Idx));
1300 D->setLocStart(ReadSourceLocation(Record, Idx));
1307 D->LocStart = ReadSourceLocation(Record, Idx);
1308 D->RBraceLoc = ReadSourceLocation(Record, Idx);
1338 D->NamespaceLoc = ReadSourceLocation(Record, Idx);
1339 D->IdentLoc = ReadSourceLocation(Record, Idx);
1347 D->setUsingLoc(ReadSourceLocation(Record, Idx));
1370 D->UsingLoc = ReadSourceLocation(Record, Idx);
1371 D->NamespaceLoc = ReadSourceLocation(Record, Idx);
1379 D->setUsingLoc(ReadSourceLocation(Record, Idx));
1388 D->TypenameLocation = ReadSourceLocation(Record, Idx);
1463 SourceLocation Loc = ReadSourceLocation(Record, Idx);
1474 SourceLocation EllipsisLoc = ReadSourceLocation(Record, Idx);
1657 SourceLocation POI = ReadSourceLocation(Record, Idx);
1736 StoredLocs[I] = ReadSourceLocation(Record, Idx);
1742 D->setColonLoc(ReadSourceLocation(Record, Idx));
1755 D->FriendLoc = ReadSourceLocation(Record, Idx);
1769 D->FriendLoc = ReadSourceLocation(Record, Idx);
1917 D->PointOfInstantiation = ReadSourceLocation(Record, Idx);
1956 ExplicitInfo->ExternLoc = ReadSourceLocation(Record, Idx);
1957 ExplicitInfo->TemplateKeywordLoc = ReadSourceLocation(Record, Idx);
2035 ExplicitInfo->ExternLoc = ReadSourceLocation(Record, Idx);
2036 ExplicitInfo->TemplateKeywordLoc = ReadSourceLocation(Record, Idx);
2045 D->PointOfInstantiation = ReadSourceLocation(Record, Idx);
2142 D->RParenLoc = ReadSourceLocation(Record, Idx);
3623 Reader.ReadSourceLocation(ModuleFile, Record, Idx));
3642 FD->setInnerLocStart(Reader.ReadSourceLocation(ModuleFile, Record, Idx));
3673 SourceLocation POI = Reader.ReadSourceLocation(ModuleFile, Record, Idx);
3701 RD->setLocation(Reader.ReadSourceLocation(ModuleFile, Record, Idx));
3702 RD->setLocStart(Reader.ReadSourceLocation(ModuleFile, Record, Idx));
3703 RD->setRBraceLoc(Reader.ReadSourceLocation(ModuleFile, Record, Idx));