Home | History | Annotate | Download | only in Serialization

Lines Matching refs:ReadSourceLocation

33     SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) {
34 return Reader.ReadSourceLocation(F, R, I);
97 ArgInfo.setLAngleLoc(ReadSourceLocation(Record, Idx));
98 ArgInfo.setRAngleLoc(ReadSourceLocation(Record, Idx));
111 S->setSemiLoc(ReadSourceLocation(Record, Idx));
122 S->setLBracLoc(ReadSourceLocation(Record, Idx));
123 S->setRBracLoc(ReadSourceLocation(Record, Idx));
136 S->setCaseLoc(ReadSourceLocation(Record, Idx));
137 S->setEllipsisLoc(ReadSourceLocation(Record, Idx));
138 S->setColonLoc(ReadSourceLocation(Record, Idx));
144 S->setDefaultLoc(ReadSourceLocation(Record, Idx));
145 S->setColonLoc(ReadSourceLocation(Record, Idx));
154 S->setIdentLoc(ReadSourceLocation(Record, Idx));
164 S->setIfLoc(ReadSourceLocation(Record, Idx));
165 S->setElseLoc(ReadSourceLocation(Record, Idx));
174 S->setSwitchLoc(ReadSourceLocation(Record, Idx));
197 S->setWhileLoc(ReadSourceLocation(Record, Idx));
204 S->setDoLoc(ReadSourceLocation(Record, Idx));
205 S->setWhileLoc(ReadSourceLocation(Record, Idx));
206 S->setRParenLoc(ReadSourceLocation(Record, Idx));
217 S->setForLoc(ReadSourceLocation(Record, Idx));
218 S->setLParenLoc(ReadSourceLocation(Record, Idx));
219 S->setRParenLoc(ReadSourceLocation(Record, Idx));
225 S->setGotoLoc(ReadSourceLocation(Record, Idx));
226 S->setLabelLoc(ReadSourceLocation(Record, Idx));
231 S->setGotoLoc(ReadSourceLocation(Record, Idx));
232 S->setStarLoc(ReadSourceLocation(Record, Idx));
238 S->setContinueLoc(ReadSourceLocation(Record, Idx));
243 S->setBreakLoc(ReadSourceLocation(Record, Idx));
249 S->setReturnLoc(ReadSourceLocation(Record, Idx));
255 S->setStartLoc(ReadSourceLocation(Record, Idx));
256 S->setEndLoc(ReadSourceLocation(Record, Idx));
277 S->setAsmLoc(ReadSourceLocation(Record, Idx));
278 S->setRParenLoc(ReadSourceLocation(Record, Idx));
320 E->setLocation(ReadSourceLocation(Record, Idx));
347 E->setLocation(ReadSourceLocation(Record, Idx));
353 E->setLocation(ReadSourceLocation(Record, Idx));
361 E->setLocation(ReadSourceLocation(Record, Idx));
385 E->setStrTokenLoc(I, ReadSourceLocation(Record, Idx));
391 E->setLocation(ReadSourceLocation(Record, Idx));
397 E->setLParen(ReadSourceLocation(Record, Idx));
398 E->setRParen(ReadSourceLocation(Record, Idx));
409 E->LParenLoc = ReadSourceLocation(Record, Idx);
410 E->RParenLoc = ReadSourceLocation(Record, Idx);
417 E->setOperatorLoc(ReadSourceLocation(Record, Idx));
427 E->setOperatorLoc(ReadSourceLocation(Record, Idx));
428 E->setRParenLoc(ReadSourceLocation(Record, Idx));
432 SourceLocation Start = ReadSourceLocation(Record, Idx);
433 SourceLocation End = ReadSourceLocation(Record, Idx);
472 E->setOperatorLoc(ReadSourceLocation(Record, Idx));
473 E->setRParenLoc(ReadSourceLocation(Record, Idx));
480 E->setRBracketLoc(ReadSourceLocation(Record, Idx));
486 E->setRParenLoc(ReadSourceLocation(Record, Idx));
505 E->setIsaMemberLoc(ReadSourceLocation(Record, Idx));
518 E->LParenLoc = ReadSourceLocation(Record, Idx);
519 E->BridgeKeywordLoc = ReadSourceLocation(Record, Idx);
542 E->setOperatorLoc(ReadSourceLocation(Record, Idx));
556 E->QuestionLoc = ReadSourceLocation(Record, Idx);
557 E->ColonLoc = ReadSourceLocation(Record, Idx);
568 E->QuestionLoc = ReadSourceLocation(Record, Idx);
569 E->ColonLoc = ReadSourceLocation(Record, Idx);
585 E->setLParenLoc(ReadSourceLocation(Record, Idx));
586 E->setRParenLoc(ReadSourceLocation(Record, Idx));
591 E->setLParenLoc(ReadSourceLocation(Record, Idx));
601 E->setAccessorLoc(ReadSourceLocation(Record, Idx));
607 E->setLBraceLoc(ReadSourceLocation(Record, Idx));
608 E->setRBraceLoc(ReadSourceLocation(Record, Idx));
638 E->setEqualOrColonLoc(ReadSourceLocation(Record, Idx));
647 = ReadSourceLocation(Record, Idx);
649 = ReadSourceLocation(Record, Idx);
659 = ReadSourceLocation(Record, Idx);
661 = ReadSourceLocation(Record, Idx);
669 = ReadSourceLocation(Record, Idx);
671 = ReadSourceLocation(Record, Idx);
679 = ReadSourceLocation(Record, Idx);
681 = ReadSourceLocation(Record, Idx);
683 = ReadSourceLocation(Record, Idx);
702 E->setBuiltinLoc(ReadSourceLocation(Record, Idx));
703 E->setRParenLoc(ReadSourceLocation(Record, Idx));
708 E->setAmpAmpLoc(ReadSourceLocation(Record, Idx));
709 E->setLabelLoc(ReadSourceLocation(Record, Idx));
715 E->setLParenLoc(ReadSourceLocation(Record, Idx));
716 E->setRParenLoc(ReadSourceLocation(Record, Idx));
725 E->setBuiltinLoc(ReadSourceLocation(Record, Idx));
726 E->setRParenLoc(ReadSourceLocation(Record, Idx));
731 E->setTokenLocation(ReadSourceLocation(Record, Idx));
741 E->setBuiltinLoc(ReadSourceLocation(Record, Idx));
742 E->setRParenLoc(ReadSourceLocation(Record, Idx));
753 E->setLocation(ReadSourceLocation(Record, Idx));
772 E->GenericLoc = ReadSourceLocation(Record, Idx);
773 E->DefaultLoc = ReadSourceLocation(Record, Idx);
774 E->RParenLoc = ReadSourceLocation(Record, Idx);
792 E->setBuiltinLoc(ReadSourceLocation(Record, Idx));
793 E->setRParenLoc(ReadSourceLocation(Record, Idx));
802 E->setAtLoc(ReadSourceLocation(Record, Idx));
808 E->setAtLoc(ReadSourceLocation(Record, Idx));
809 E->setRParenLoc(ReadSourceLocation(Record, Idx));
815 E->setAtLoc(ReadSourceLocation(Record, Idx));
816 E->setRParenLoc(ReadSourceLocation(Record, Idx));
822 E->setAtLoc(ReadSourceLocation(Record, Idx));
823 E->setRParenLoc(ReadSourceLocation(Record, Idx));
829 E->setLocation(ReadSourceLocation(Record, Idx));
845 E->setLocation(ReadSourceLocation(Record, Idx));
846 E->setReceiverLocation(ReadSourceLocation(Record, Idx));
881 SourceLocation SuperLoc = ReadSourceLocation(Record, Idx);
894 E->LBracLoc = ReadSourceLocation(Record, Idx);
895 E->RBracLoc = ReadSourceLocation(Record, Idx);
902 Locs[I] = ReadSourceLocation(Record, Idx);
910 S->setForLoc(ReadSourceLocation(Record, Idx));
911 S->setRParenLoc(ReadSourceLocation(Record, Idx));
918 S->setAtCatchLoc(ReadSourceLocation(Record, Idx));
919 S->setRParenLoc(ReadSourceLocation(Record, Idx));
925 S->setAtFinallyLoc(ReadSourceLocation(Record, Idx));
931 S->setAtLoc(ReadSourceLocation(Record, Idx));
945 S->setAtTryLoc(ReadSourceLocation(Record, Idx));
952 S->setAtSynchronizedLoc(ReadSourceLocation(Record, Idx));
958 S->setThrowLoc(ReadSourceLocation(Record, Idx));
967 S->CatchLoc = ReadSourceLocation(Record, Idx);
976 S->TryLoc = ReadSourceLocation(Record, Idx);
984 S->setForLoc(ReadSourceLocation(Record, Idx));
985 S->setColonLoc(ReadSourceLocation(Record, Idx));
986 S->setRParenLoc(ReadSourceLocation(Record, Idx));
1008 E->setLocation(ReadSourceLocation(Record, Idx));
1046 E->setTypeBeginLoc(ReadSourceLocation(Record, Idx));
1047 E->setRParenLoc(ReadSourceLocation(Record, Idx));
1053 E->setLocation(ReadSourceLocation(Record, Idx));
1058 E->setLocation(ReadSourceLocation(Record, Idx));
1076 E->setLocation(ReadSourceLocation(Record, Idx));
1082 E->ThrowLoc = ReadSourceLocation(Record, Idx);
1093 E->Loc = ReadSourceLocation(Record, Idx);
1105 E->RParenLoc = ReadSourceLocation(Record, Idx);
1122 TypeIdParens.setBegin(ReadSourceLocation(Record, Idx));
1123 TypeIdParens.setEnd(ReadSourceLocation(Record, Idx));
1125 E->StartLoc = ReadSourceLocation(Record, Idx);
1126 E->EndLoc = ReadSourceLocation(Record, Idx);
1127 E->ConstructorLParen = ReadSourceLocation(Record, Idx);
1128 E->ConstructorRParen = ReadSourceLocation(Record, Idx);
1147 E->Loc = ReadSourceLocation(Record, Idx);
1155 E->OperatorLoc = ReadSourceLocation(Record, Idx);
1158 E->ColonColonLoc = ReadSourceLocation(Record, Idx);
1159 E->TildeLoc = ReadSourceLocation(Record, Idx);
1163 E->setDestroyedType(II, ReadSourceLocation(Record, Idx));
1190 E->OperatorLoc = ReadSourceLocation(Record, Idx);
1216 E->setLParenLoc(ReadSourceLocation(Record, Idx));
1217 E->setRParenLoc(ReadSourceLocation(Record, Idx));
1247 E->OperatorLoc = ReadSourceLocation(Record, Idx);
1309 E->EllipsisLoc = ReadSourceLocation(Record, Idx);
1316 E->OperatorLoc = ReadSourceLocation(Record, Idx);
1317 E->PackLoc = ReadSourceLocation(Record, Idx);
1318 E->RParenLoc = ReadSourceLocation(Record, Idx);
1327 E->NameLoc = ReadSourceLocation(Record, Idx);
1341 E->NameLoc = ReadSourceLocation(Record, Idx);
1352 E->Loc = ReadSourceLocation(Record, Idx);
1373 S->Loc = ReadSourceLocation(Record, Idx);
1380 S->Loc = ReadSourceLocation(Record, Idx);
1387 S->TryLoc = ReadSourceLocation(Record, Idx);
1406 E->BuiltinLoc = ReadSourceLocation(Record, Idx);
1407 E->RParenLoc = ReadSourceLocation(Record, Idx);
1643 ArgInfo.setLAngleLoc(ReadSourceLocation(F, Record, Idx));
1644 ArgInfo.setRAngleLoc(ReadSourceLocation(F, Record, Idx));
1660 SourceLocation MemberLoc = ReadSourceLocation(F, Record, Idx);