Lines Matching refs:ReadSourceLocation
55 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) { in ReadSourceLocation() function in clang::ASTDeclReader
56 return Reader.ReadSourceLocation(F, R, I); in ReadSourceLocation()
496 D->setLocation(Reader.ReadSourceLocation(F, RawLocation)); in VisitDecl()
552 TD->setLocStart(ReadSourceLocation(Record, Idx)); in VisitTypeDecl()
595 TD->setRBraceLoc(ReadSourceLocation(Record, Idx)); in VisitTagDecl()
659 SourceLocation POI = ReadSourceLocation(Record, Idx); in VisitEnumDecl()
690 DD->setInnerLocStart(ReadSourceLocation(Record, Idx)); in VisitDeclaratorDecl()
725 FD->EndRangeLoc = ReadSourceLocation(Record, Idx); in VisitFunctionDecl()
739 SourceLocation POI = ReadSourceLocation(Record, Idx); in VisitFunctionDecl()
766 LAngleLoc = ReadSourceLocation(Record, Idx); in VisitFunctionDecl()
767 RAngleLoc = ReadSourceLocation(Record, Idx); in VisitFunctionDecl()
770 SourceLocation POI = ReadSourceLocation(Record, Idx); in VisitFunctionDecl()
824 TemplArgs.setLAngleLoc(ReadSourceLocation(Record, Idx)); in VisitFunctionDecl()
825 TemplArgs.setRAngleLoc(ReadSourceLocation(Record, Idx)); in VisitFunctionDecl()
872 MD->DeclEndLoc = ReadSourceLocation(Record, Idx); in VisitObjCMethodDecl()
884 SelLocs.push_back(ReadSourceLocation(Record, Idx)); in VisitObjCMethodDecl()
894 D->VarianceLoc = ReadSourceLocation(Record, Idx); in VisitObjCTypeParamDecl()
895 D->ColonLoc = ReadSourceLocation(Record, Idx); in VisitObjCTypeParamDecl()
900 CD->setAtStartLoc(ReadSourceLocation(Record, Idx)); in VisitObjCContainerDecl()
919 SourceLocation lAngleLoc = ReadSourceLocation(Record, Idx); in ReadObjCTypeParamList()
920 SourceLocation rAngleLoc = ReadSourceLocation(Record, Idx); in ReadObjCTypeParamList()
946 Data.EndLoc = ReadSourceLocation(Record, Idx); in VisitObjCInterfaceDecl()
958 ProtoLocs.push_back(ReadSourceLocation(Record, Idx)); in VisitObjCInterfaceDecl()
1014 ProtoLocs.push_back(ReadSourceLocation(Record, Idx)); in VisitObjCProtocolDecl()
1031 CD->setCategoryNameLoc(ReadSourceLocation(Record, Idx)); in VisitObjCCategoryDecl()
1032 CD->setIvarLBraceLoc(ReadSourceLocation(Record, Idx)); in VisitObjCCategoryDecl()
1033 CD->setIvarRBraceLoc(ReadSourceLocation(Record, Idx)); in VisitObjCCategoryDecl()
1050 ProtoLocs.push_back(ReadSourceLocation(Record, Idx)); in VisitObjCCategoryDecl()
1062 D->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCPropertyDecl()
1063 D->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitObjCPropertyDecl()
1088 D->CategoryNameLoc = ReadSourceLocation(Record, Idx); in VisitObjCCategoryImplDecl()
1094 D->SuperLoc = ReadSourceLocation(Record, Idx); in VisitObjCImplementationDecl()
1095 D->setIvarLBraceLoc(ReadSourceLocation(Record, Idx)); in VisitObjCImplementationDecl()
1096 D->setIvarRBraceLoc(ReadSourceLocation(Record, Idx)); in VisitObjCImplementationDecl()
1106 D->setAtLoc(ReadSourceLocation(Record, Idx)); in VisitObjCPropertyImplDecl()
1109 D->IvarLoc = ReadSourceLocation(Record, Idx); in VisitObjCPropertyImplDecl()
1205 SourceLocation POI = ReadSourceLocation(Record, Idx); in VisitVarDeclImpl()
1244 AD->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitFileScopeAsmDecl()
1294 D->setExternLoc(ReadSourceLocation(Record, Idx)); in VisitLinkageSpecDecl()
1295 D->setRBraceLoc(ReadSourceLocation(Record, Idx)); in VisitLinkageSpecDecl()
1300 D->setLocStart(ReadSourceLocation(Record, Idx)); in VisitLabelDecl()
1307 D->LocStart = ReadSourceLocation(Record, Idx); in VisitNamespaceDecl()
1308 D->RBraceLoc = ReadSourceLocation(Record, Idx); in VisitNamespaceDecl()
1338 D->NamespaceLoc = ReadSourceLocation(Record, Idx); in VisitNamespaceAliasDecl()
1339 D->IdentLoc = ReadSourceLocation(Record, Idx); in VisitNamespaceAliasDecl()
1347 D->setUsingLoc(ReadSourceLocation(Record, Idx)); in VisitUsingDecl()
1370 D->UsingLoc = ReadSourceLocation(Record, Idx); in VisitUsingDirectiveDecl()
1371 D->NamespaceLoc = ReadSourceLocation(Record, Idx); in VisitUsingDirectiveDecl()
1379 D->setUsingLoc(ReadSourceLocation(Record, Idx)); in VisitUnresolvedUsingValueDecl()
1388 D->TypenameLocation = ReadSourceLocation(Record, Idx); in VisitUnresolvedUsingTypenameDecl()
1463 SourceLocation Loc = ReadSourceLocation(Record, Idx); in ReadCXXDefinitionData()
1474 SourceLocation EllipsisLoc = ReadSourceLocation(Record, Idx); in ReadCXXDefinitionData()
1657 SourceLocation POI = ReadSourceLocation(Record, Idx); in VisitCXXRecordDeclImpl()
1736 StoredLocs[I] = ReadSourceLocation(Record, Idx); in VisitImportDecl()
1742 D->setColonLoc(ReadSourceLocation(Record, Idx)); in VisitAccessSpecDecl()
1755 D->FriendLoc = ReadSourceLocation(Record, Idx); in VisitFriendDecl()
1769 D->FriendLoc = ReadSourceLocation(Record, Idx); in VisitFriendTemplateDecl()
1917 D->PointOfInstantiation = ReadSourceLocation(Record, Idx); in VisitClassTemplateSpecializationDeclImpl()
1956 ExplicitInfo->ExternLoc = ReadSourceLocation(Record, Idx); in VisitClassTemplateSpecializationDeclImpl()
1957 ExplicitInfo->TemplateKeywordLoc = ReadSourceLocation(Record, Idx); in VisitClassTemplateSpecializationDeclImpl()
2035 ExplicitInfo->ExternLoc = ReadSourceLocation(Record, Idx); in VisitVarTemplateSpecializationDeclImpl()
2036 ExplicitInfo->TemplateKeywordLoc = ReadSourceLocation(Record, Idx); in VisitVarTemplateSpecializationDeclImpl()
2045 D->PointOfInstantiation = ReadSourceLocation(Record, Idx); in VisitVarTemplateSpecializationDeclImpl()
2142 D->RParenLoc = ReadSourceLocation(Record, Idx); in VisitStaticAssertDecl()
3623 Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3642 FD->setInnerLocStart(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3673 SourceLocation POI = Reader.ReadSourceLocation(ModuleFile, Record, Idx); in UpdateDecl()
3701 RD->setLocation(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3702 RD->setLocStart(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
3703 RD->setRBraceLoc(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()