Lines Matching refs:ReadSourceLocation
1436 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]); in ReadSLocEntry()
1478 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]); in ReadSLocEntry()
1492 SourceLocation SpellingLoc = ReadSourceLocation(*F, Record[1]); in ReadSLocEntry()
1494 ReadSourceLocation(*F, Record[2]), in ReadSLocEntry()
1495 ReadSourceLocation(*F, Record[3]), in ReadSLocEntry()
1565 Tok.setLocation(ReadSourceLocation(F, Record, Idx)); in ReadToken()
1623 SourceLocation Loc = ReadSourceLocation(F, Record, NextIndex); in ReadMacroRecord()
1625 MI->setDefinitionEndLoc(ReadSourceLocation(F, Record, NextIndex)); in ReadMacroRecord()
2040 SourceLocation Loc = ReadSourceLocation(M, Record, Idx); in resolvePendingMacro()
3011 ReadSourceLocation(F, Record, I).getRawEncoding()); in ReadASTBlock()
3054 ReferencedSelectorsData.push_back(ReadSourceLocation(F, Record, Idx). in ReadASTBlock()
3066 SourceLocation HashToken = ReadSourceLocation(F, Record, Idx); in ReadASTBlock()
3067 SourceLocation IfTokenLoc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock()
3070 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock()
3076 auto Loc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock()
3173 ReadSourceLocation(F, Record, Idx).getRawEncoding()); in ReadASTBlock()
3192 ReadSourceLocation(F, Record, I).getRawEncoding()); in ReadASTBlock()
3375 ReadSourceLocation(F, Record, I).getRawEncoding()); in ReadASTBlock()
3385 DelayedDeleteExprs.push_back(ReadSourceLocation(F, Record, I).getRawEncoding()); in ReadASTBlock()
3399 SourceLocation Loc = ReadSourceLocation(F, Record, I); in ReadASTBlock()
3442 OptimizeOffPragmaLocation = ReadSourceLocation(F, Record[0]); in ReadASTBlock()
3459 PointersToMembersPragmaLocation = ReadSourceLocation(F, Record[1]); in ReadASTBlock()
3482 PragmaPackCurrentLocation = ReadSourceLocation(F, Record[1]); in ReadASTBlock()
3490 Entry.Location = ReadSourceLocation(F, Record[Idx++]); in ReadASTBlock()
3491 Entry.PushLocation = ReadSourceLocation(F, Record[Idx++]); in ReadASTBlock()
5803 SourceLocation Loc = ReadSourceLocation(F, Record[Idx++]); in ReadPragmaDiagnosticMappings()
5827 ReadSourceLocation(F, F.PragmaDiagMappings[Idx++]); in ReadPragmaDiagnosticMappings()
5994 SourceLocation LBLoc = ReadSourceLocation(*Loc.F, Record[3]); in readTypeRecord()
5995 SourceLocation RBLoc = ReadSourceLocation(*Loc.F, Record[4]); in readTypeRecord()
6375 SourceLocation AttrLoc = ReadSourceLocation(*Loc.F, Record, Idx); in readTypeRecord()
6388 SourceLocation AttrLoc = ReadSourceLocation(*Loc.F, Record, Idx); in readTypeRecord()
6400 SourceLocation AttrLoc = ReadSourceLocation(*Loc.F, Record, Idx); in readTypeRecord()
6438 SourceLocation ReadSourceLocation() { in ReadSourceLocation() function in clang::TypeLocReader
6439 return Reader->ReadSourceLocation(*F, Record, Idx); in ReadSourceLocation()
6478 TL.setBuiltinLoc(ReadSourceLocation()); in VisitBuiltinTypeLoc()
6488 TL.setNameLoc(ReadSourceLocation()); in VisitComplexTypeLoc()
6492 TL.setStarLoc(ReadSourceLocation()); in VisitPointerTypeLoc()
6504 TL.setCaretLoc(ReadSourceLocation()); in VisitBlockPointerTypeLoc()
6508 TL.setAmpLoc(ReadSourceLocation()); in VisitLValueReferenceTypeLoc()
6512 TL.setAmpAmpLoc(ReadSourceLocation()); in VisitRValueReferenceTypeLoc()
6516 TL.setStarLoc(ReadSourceLocation()); in VisitMemberPointerTypeLoc()
6521 TL.setLBracketLoc(ReadSourceLocation()); in VisitArrayTypeLoc()
6522 TL.setRBracketLoc(ReadSourceLocation()); in VisitArrayTypeLoc()
6549 TL.setAttrNameLoc(ReadSourceLocation()); in VisitDependentAddressSpaceTypeLoc()
6551 range.setBegin(ReadSourceLocation()); in VisitDependentAddressSpaceTypeLoc()
6552 range.setEnd(ReadSourceLocation()); in VisitDependentAddressSpaceTypeLoc()
6559 TL.setNameLoc(ReadSourceLocation()); in VisitDependentSizedExtVectorTypeLoc()
6563 TL.setNameLoc(ReadSourceLocation()); in VisitVectorTypeLoc()
6568 TL.setNameLoc(ReadSourceLocation()); in VisitDependentVectorTypeLoc()
6572 TL.setNameLoc(ReadSourceLocation()); in VisitExtVectorTypeLoc()
6576 TL.setLocalRangeBegin(ReadSourceLocation()); in VisitFunctionTypeLoc()
6577 TL.setLParenLoc(ReadSourceLocation()); in VisitFunctionTypeLoc()
6578 TL.setRParenLoc(ReadSourceLocation()); in VisitFunctionTypeLoc()
6579 TL.setExceptionSpecRange(SourceRange(Reader->ReadSourceLocation(*F, Record, Idx), in VisitFunctionTypeLoc()
6580 Reader->ReadSourceLocation(*F, Record, Idx))); in VisitFunctionTypeLoc()
6581 TL.setLocalRangeEnd(ReadSourceLocation()); in VisitFunctionTypeLoc()
6596 TL.setNameLoc(ReadSourceLocation()); in VisitUnresolvedUsingTypeLoc()
6600 TL.setNameLoc(ReadSourceLocation()); in VisitTypedefTypeLoc()
6604 TL.setTypeofLoc(ReadSourceLocation()); in VisitTypeOfExprTypeLoc()
6605 TL.setLParenLoc(ReadSourceLocation()); in VisitTypeOfExprTypeLoc()
6606 TL.setRParenLoc(ReadSourceLocation()); in VisitTypeOfExprTypeLoc()
6610 TL.setTypeofLoc(ReadSourceLocation()); in VisitTypeOfTypeLoc()
6611 TL.setLParenLoc(ReadSourceLocation()); in VisitTypeOfTypeLoc()
6612 TL.setRParenLoc(ReadSourceLocation()); in VisitTypeOfTypeLoc()
6617 TL.setNameLoc(ReadSourceLocation()); in VisitDecltypeTypeLoc()
6621 TL.setKWLoc(ReadSourceLocation()); in VisitUnaryTransformTypeLoc()
6622 TL.setLParenLoc(ReadSourceLocation()); in VisitUnaryTransformTypeLoc()
6623 TL.setRParenLoc(ReadSourceLocation()); in VisitUnaryTransformTypeLoc()
6628 TL.setNameLoc(ReadSourceLocation()); in VisitAutoTypeLoc()
6633 TL.setTemplateNameLoc(ReadSourceLocation()); in VisitDeducedTemplateSpecializationTypeLoc()
6637 TL.setNameLoc(ReadSourceLocation()); in VisitRecordTypeLoc()
6641 TL.setNameLoc(ReadSourceLocation()); in VisitEnumTypeLoc()
6649 TL.setNameLoc(ReadSourceLocation()); in VisitTemplateTypeParmTypeLoc()
6654 TL.setNameLoc(ReadSourceLocation()); in VisitSubstTemplateTypeParmTypeLoc()
6659 TL.setNameLoc(ReadSourceLocation()); in VisitSubstTemplateTypeParmPackTypeLoc()
6664 TL.setTemplateKeywordLoc(ReadSourceLocation()); in VisitTemplateSpecializationTypeLoc()
6665 TL.setTemplateNameLoc(ReadSourceLocation()); in VisitTemplateSpecializationTypeLoc()
6666 TL.setLAngleLoc(ReadSourceLocation()); in VisitTemplateSpecializationTypeLoc()
6667 TL.setRAngleLoc(ReadSourceLocation()); in VisitTemplateSpecializationTypeLoc()
6676 TL.setLParenLoc(ReadSourceLocation()); in VisitParenTypeLoc()
6677 TL.setRParenLoc(ReadSourceLocation()); in VisitParenTypeLoc()
6681 TL.setElaboratedKeywordLoc(ReadSourceLocation()); in VisitElaboratedTypeLoc()
6686 TL.setNameLoc(ReadSourceLocation()); in VisitInjectedClassNameTypeLoc()
6690 TL.setElaboratedKeywordLoc(ReadSourceLocation()); in VisitDependentNameTypeLoc()
6692 TL.setNameLoc(ReadSourceLocation()); in VisitDependentNameTypeLoc()
6697 TL.setElaboratedKeywordLoc(ReadSourceLocation()); in VisitDependentTemplateSpecializationTypeLoc()
6699 TL.setTemplateKeywordLoc(ReadSourceLocation()); in VisitDependentTemplateSpecializationTypeLoc()
6700 TL.setTemplateNameLoc(ReadSourceLocation()); in VisitDependentTemplateSpecializationTypeLoc()
6701 TL.setLAngleLoc(ReadSourceLocation()); in VisitDependentTemplateSpecializationTypeLoc()
6702 TL.setRAngleLoc(ReadSourceLocation()); in VisitDependentTemplateSpecializationTypeLoc()
6711 TL.setEllipsisLoc(ReadSourceLocation()); in VisitPackExpansionTypeLoc()
6715 TL.setNameLoc(ReadSourceLocation()); in VisitObjCInterfaceTypeLoc()
6720 TL.setProtocolLAngleLoc(ReadSourceLocation()); in VisitObjCTypeParamTypeLoc()
6721 TL.setProtocolRAngleLoc(ReadSourceLocation()); in VisitObjCTypeParamTypeLoc()
6724 TL.setProtocolLoc(i, ReadSourceLocation()); in VisitObjCTypeParamTypeLoc()
6729 TL.setTypeArgsLAngleLoc(ReadSourceLocation()); in VisitObjCObjectTypeLoc()
6730 TL.setTypeArgsRAngleLoc(ReadSourceLocation()); in VisitObjCObjectTypeLoc()
6733 TL.setProtocolLAngleLoc(ReadSourceLocation()); in VisitObjCObjectTypeLoc()
6734 TL.setProtocolRAngleLoc(ReadSourceLocation()); in VisitObjCObjectTypeLoc()
6736 TL.setProtocolLoc(i, ReadSourceLocation()); in VisitObjCObjectTypeLoc()
6740 TL.setStarLoc(ReadSourceLocation()); in VisitObjCObjectPointerTypeLoc()
6744 TL.setKWLoc(ReadSourceLocation()); in VisitAtomicTypeLoc()
6745 TL.setLParenLoc(ReadSourceLocation()); in VisitAtomicTypeLoc()
6746 TL.setRParenLoc(ReadSourceLocation()); in VisitAtomicTypeLoc()
6750 TL.setKWLoc(ReadSourceLocation()); in VisitPipeTypeLoc()
7058 SourceLocation TemplateNameLoc = ReadSourceLocation(F, Record, Index); in GetTemplateArgumentLocInfo()
7065 SourceLocation TemplateNameLoc = ReadSourceLocation(F, Record, Index); in GetTemplateArgumentLocInfo()
7066 SourceLocation EllipsisLoc = ReadSourceLocation(F, Record, Index); in GetTemplateArgumentLocInfo()
7098 SourceLocation LAngleLoc = ReadSourceLocation(F, Record, Index); in ReadASTTemplateArgumentListInfo()
7099 SourceLocation RAngleLoc = ReadSourceLocation(F, Record, Index); in ReadASTTemplateArgumentListInfo()
8652 = ReadSourceLocation(F, Record, Idx).getRawEncoding(); in ReadDeclarationNameLoc()
8654 = ReadSourceLocation(F, Record, Idx).getRawEncoding(); in ReadDeclarationNameLoc()
8659 = ReadSourceLocation(F, Record, Idx).getRawEncoding(); in ReadDeclarationNameLoc()
8676 NameInfo.setLoc(ReadSourceLocation(F, Record, Idx)); in ReadDeclarationNameInfo()
8812 SourceLocation TemplateLoc = ReadSourceLocation(F, Record, Idx); in ReadTemplateParameterList()
8813 SourceLocation LAngleLoc = ReadSourceLocation(F, Record, Idx); in ReadTemplateParameterList()
8814 SourceLocation RAngleLoc = ReadSourceLocation(F, Record, Idx); in ReadTemplateParameterList()
8860 SourceLocation EllipsisLoc = ReadSourceLocation(F, Record, Idx); in ReadCXXBaseSpecifier()
8900 SourceLocation MemberOrEllipsisLoc = ReadSourceLocation(F, Record, Idx); in ReadCXXCtorInitializers()
8902 SourceLocation LParenLoc = ReadSourceLocation(F, Record, Idx); in ReadCXXCtorInitializers()
8903 SourceLocation RParenLoc = ReadSourceLocation(F, Record, Idx); in ReadCXXCtorInitializers()
9025 SourceLocation ColonColonLoc = ReadSourceLocation(F, Record, Idx); in ReadNestedNameSpecifierLoc()
9035 SourceLocation ColonColonLoc = ReadSourceLocation(F, Record, Idx); in ReadNestedNameSpecifierLoc()
9055 SourceLocation beg = ReadSourceLocation(F, Record, Idx); in ReadSourceRange()
9056 SourceLocation end = ReadSourceLocation(F, Record, Idx); in ReadSourceRange()