Lines Matching refs:readSourceLocation
116 SourceLocation readSourceLocation() { in readSourceLocation() function in clang::ASTDeclReader
117 return Record.readSourceLocation(); in readSourceLocation()
679 D->setLocation(readSourceLocation()); in VisitPragmaCommentDecl()
688 D->setLocation(readSourceLocation()); in VisitPragmaDetectMismatchDecl()
712 TD->setLocStart(readSourceLocation()); in VisitTypeDecl()
834 SourceLocation POI = readSourceLocation(); in VisitEnumDecl()
914 DD->setInnerLocStart(readSourceLocation()); in VisitDeclaratorDecl()
947 SourceLocation POI = readSourceLocation(); in VisitFunctionDecl()
966 SourceLocation POI = readSourceLocation(); in VisitFunctionDecl()
976 SourceLocation POI = readSourceLocation(); in VisitFunctionDecl()
1088 FD->EndRangeLoc = readSourceLocation(); in VisitFunctionDecl()
1090 FD->setDefaultLoc(readSourceLocation()); in VisitFunctionDecl()
1183 MD->DeclEndLoc = readSourceLocation(); in VisitObjCMethodDecl()
1195 SelLocs.push_back(readSourceLocation()); in VisitObjCMethodDecl()
1205 D->VarianceLoc = readSourceLocation(); in VisitObjCTypeParamDecl()
1206 D->ColonLoc = readSourceLocation(); in VisitObjCTypeParamDecl()
1211 CD->setAtStartLoc(readSourceLocation()); in VisitObjCContainerDecl()
1230 SourceLocation lAngleLoc = readSourceLocation(); in ReadObjCTypeParamList()
1231 SourceLocation rAngleLoc = readSourceLocation(); in ReadObjCTypeParamList()
1242 Data.EndLoc = readSourceLocation(); in ReadObjCDefinitionData()
1256 ProtoLocs.push_back(readSourceLocation()); in ReadObjCDefinitionData()
1374 ProtoLocs.push_back(readSourceLocation()); in ReadObjCDefinitionData()
1431 CD->setCategoryNameLoc(readSourceLocation()); in VisitObjCCategoryDecl()
1432 CD->setIvarLBraceLoc(readSourceLocation()); in VisitObjCCategoryDecl()
1433 CD->setIvarRBraceLoc(readSourceLocation()); in VisitObjCCategoryDecl()
1450 ProtoLocs.push_back(readSourceLocation()); in VisitObjCCategoryDecl()
1468 D->setAtLoc(readSourceLocation()); in VisitObjCPropertyDecl()
1469 D->setLParenLoc(readSourceLocation()); in VisitObjCPropertyDecl()
1479 SourceLocation GetterLoc = readSourceLocation(); in VisitObjCPropertyDecl()
1482 SourceLocation SetterLoc = readSourceLocation(); in VisitObjCPropertyDecl()
1496 D->CategoryNameLoc = readSourceLocation(); in VisitObjCCategoryImplDecl()
1502 D->SuperLoc = readSourceLocation(); in VisitObjCImplementationDecl()
1503 D->setIvarLBraceLoc(readSourceLocation()); in VisitObjCImplementationDecl()
1504 D->setIvarRBraceLoc(readSourceLocation()); in VisitObjCImplementationDecl()
1514 D->setAtLoc(readSourceLocation()); in VisitObjCPropertyImplDecl()
1517 D->IvarLoc = readSourceLocation(); in VisitObjCPropertyImplDecl()
1677 SourceLocation POI = readSourceLocation(); in VisitVarDeclImpl()
1732 PD->ExplicitObjectParameterIntroducerLoc = Record.readSourceLocation(); in VisitParmVarDecl()
1755 AD->setRParenLoc(readSourceLocation()); in VisitFileScopeAsmDecl()
1812 D->setExternLoc(readSourceLocation()); in VisitLinkageSpecDecl()
1813 D->setRBraceLoc(readSourceLocation()); in VisitLinkageSpecDecl()
1818 D->RBraceLoc = readSourceLocation(); in VisitExportDecl()
1823 D->setLocStart(readSourceLocation()); in VisitLabelDecl()
1833 D->LocStart = readSourceLocation(); in VisitNamespaceDecl()
1834 D->RBraceLoc = readSourceLocation(); in VisitNamespaceDecl()
1860 D->KwLoc = readSourceLocation(); in VisitHLSLBufferDecl()
1861 D->LBraceLoc = readSourceLocation(); in VisitHLSLBufferDecl()
1862 D->RBraceLoc = readSourceLocation(); in VisitHLSLBufferDecl()
1868 D->NamespaceLoc = readSourceLocation(); in VisitNamespaceAliasDecl()
1869 D->IdentLoc = readSourceLocation(); in VisitNamespaceAliasDecl()
1877 D->setUsingLoc(readSourceLocation()); in VisitUsingDecl()
1889 D->setUsingLoc(readSourceLocation()); in VisitUsingEnumDecl()
1890 D->setEnumLoc(readSourceLocation()); in VisitUsingEnumDecl()
1929 D->UsingLoc = readSourceLocation(); in VisitUsingDirectiveDecl()
1930 D->NamespaceLoc = readSourceLocation(); in VisitUsingDirectiveDecl()
1938 D->setUsingLoc(readSourceLocation()); in VisitUnresolvedUsingValueDecl()
1941 D->EllipsisLoc = readSourceLocation(); in VisitUnresolvedUsingValueDecl()
1948 D->TypenameLocation = readSourceLocation(); in VisitUnresolvedUsingTypenameDecl()
1950 D->EllipsisLoc = readSourceLocation(); in VisitUnresolvedUsingTypenameDecl()
2028 SourceLocation Loc = readSourceLocation(); in ReadCXXDefinitionData()
2044 SourceLocation EllipsisLoc = readSourceLocation(); in ReadCXXDefinitionData()
2233 SourceLocation POI = readSourceLocation(); in VisitCXXRecordDeclImpl()
2336 StoredLocs[I] = readSourceLocation(); in VisitImportDecl()
2342 D->setColonLoc(readSourceLocation()); in VisitAccessSpecDecl()
2356 D->FriendLoc = readSourceLocation(); in VisitFriendDecl()
2370 D->FriendLoc = readSourceLocation(); in VisitFriendTemplateDecl()
2500 D->PointOfInstantiation = readSourceLocation(); in VisitClassTemplateSpecializationDeclImpl()
2536 ExplicitInfo->ExternKeywordLoc = readSourceLocation(); in VisitClassTemplateSpecializationDeclImpl()
2537 ExplicitInfo->TemplateKeywordLoc = readSourceLocation(); in VisitClassTemplateSpecializationDeclImpl()
2605 ExplicitInfo->ExternKeywordLoc = readSourceLocation(); in VisitVarTemplateSpecializationDeclImpl()
2606 ExplicitInfo->TemplateKeywordLoc = readSourceLocation(); in VisitVarTemplateSpecializationDeclImpl()
2616 D->PointOfInstantiation = readSourceLocation(); in VisitVarTemplateSpecializationDeclImpl()
2738 D->RParenLoc = readSourceLocation(); in VisitStaticAssertDecl()
3045 D->setLocation(readSourceLocation()); in VisitOMPDeclareReductionDecl()
3092 SourceLocation readSourceLocation() { in readSourceLocation() function in __anon3c764c3a0511::AttrReader
3093 return Reader.readSourceLocation(); in readSourceLocation()
3137 SourceLocation ScopeLoc = Record.readSourceLocation(); in readAttr()
4571 SourceLocation POI = Record.readSourceLocation(); in UpdateDecl()
4638 FD->setInnerLocStart(readSourceLocation()); in UpdateDecl()
4663 SourceLocation POI = readSourceLocation(); in UpdateDecl()
4690 RD->setLocation(readSourceLocation()); in UpdateDecl()
4691 RD->setLocStart(readSourceLocation()); in UpdateDecl()