Lines Matching refs:AddSourceLocation
164 Record.AddSourceLocation(typeParams->getLAngleLoc()); in AddObjCTypeParamList()
165 Record.AddSourceLocation(typeParams->getRAngleLoc()); in AddObjCTypeParamList()
333 Record.AddSourceLocation(D->getBeginLoc()); in VisitPragmaCommentDecl()
345 Record.AddSourceLocation(D->getBeginLoc()); in VisitPragmaDetectMismatchDecl()
365 Record.AddSourceLocation(D->getBeginLoc()); in VisitTypeDecl()
441 Record.AddSourceLocation(MemberInfo->getPointOfInstantiation()); in VisitEnumDecl()
517 Record.AddSourceLocation(D->getInnerLocStart()); in VisitDeclaratorDecl()
554 Record.AddSourceLocation(D->getEndLoc()); in VisitFunctionDecl()
569 Record.AddSourceLocation(MemberInfo->getPointOfInstantiation()); in VisitFunctionDecl()
592 Record.AddSourceLocation(FTSInfo->TemplateArgumentsAsWritten->LAngleLoc); in VisitFunctionDecl()
593 Record.AddSourceLocation(FTSInfo->TemplateArgumentsAsWritten->RAngleLoc); in VisitFunctionDecl()
596 Record.AddSourceLocation(FTSInfo->getPointOfInstantiation()); in VisitFunctionDecl()
618 Record.AddSourceLocation(DFTSInfo->getLAngleLoc()); in VisitFunctionDecl()
619 Record.AddSourceLocation(DFTSInfo->getRAngleLoc()); in VisitFunctionDecl()
669 Record.AddSourceLocation(D->getEndLoc()); in VisitObjCMethodDecl()
679 Record.AddSourceLocation(SelLocs[i]); in VisitObjCMethodDecl()
688 Record.AddSourceLocation(D->VarianceLoc); in VisitObjCTypeParamDecl()
689 Record.AddSourceLocation(D->ColonLoc); in VisitObjCTypeParamDecl()
696 Record.AddSourceLocation(D->getAtStartLoc()); in VisitObjCContainerDecl()
713 Record.AddSourceLocation(D->getEndOfDefinitionLoc()); in VisitObjCInterfaceDecl()
721 Record.AddSourceLocation(PL); in VisitObjCInterfaceDecl()
776 Record.AddSourceLocation(PL); in VisitObjCProtocolDecl()
789 Record.AddSourceLocation(D->getCategoryNameLoc()); in VisitObjCCategoryDecl()
790 Record.AddSourceLocation(D->getIvarLBraceLoc()); in VisitObjCCategoryDecl()
791 Record.AddSourceLocation(D->getIvarRBraceLoc()); in VisitObjCCategoryDecl()
798 Record.AddSourceLocation(PL); in VisitObjCCategoryDecl()
810 Record.AddSourceLocation(D->getAtLoc()); in VisitObjCPropertyDecl()
811 Record.AddSourceLocation(D->getLParenLoc()); in VisitObjCPropertyDecl()
820 Record.AddSourceLocation(D->getGetterNameLoc()); in VisitObjCPropertyDecl()
822 Record.AddSourceLocation(D->getSetterNameLoc()); in VisitObjCPropertyDecl()
837 Record.AddSourceLocation(D->getCategoryNameLoc()); in VisitObjCCategoryImplDecl()
844 Record.AddSourceLocation(D->getSuperClassLoc()); in VisitObjCImplementationDecl()
845 Record.AddSourceLocation(D->getIvarLBraceLoc()); in VisitObjCImplementationDecl()
846 Record.AddSourceLocation(D->getIvarRBraceLoc()); in VisitObjCImplementationDecl()
858 Record.AddSourceLocation(D->getBeginLoc()); in VisitObjCPropertyImplDecl()
861 Record.AddSourceLocation(D->getPropertyIvarDeclLoc()); in VisitObjCPropertyImplDecl()
988 Record.AddSourceLocation(SpecInfo->getPointOfInstantiation()); in VisitVarDecl()
1093 Record.AddSourceLocation(D->getRParenLoc()); in VisitFileScopeAsmDecl()
1144 Record.AddSourceLocation(D->getExternLoc()); in VisitLinkageSpecDecl()
1145 Record.AddSourceLocation(D->getRBraceLoc()); in VisitLinkageSpecDecl()
1151 Record.AddSourceLocation(D->getRBraceLoc()); in VisitExportDecl()
1157 Record.AddSourceLocation(D->getBeginLoc()); in VisitLabelDecl()
1166 Record.AddSourceLocation(D->getBeginLoc()); in VisitNamespaceDecl()
1167 Record.AddSourceLocation(D->getRBraceLoc()); in VisitNamespaceDecl()
1191 Record.AddSourceLocation(D->getNamespaceLoc()); in VisitNamespaceAliasDecl()
1192 Record.AddSourceLocation(D->getTargetNameLoc()); in VisitNamespaceAliasDecl()
1200 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDecl()
1239 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDirectiveDecl()
1240 Record.AddSourceLocation(D->getNamespaceKeyLocation()); in VisitUsingDirectiveDecl()
1249 Record.AddSourceLocation(D->getUsingLoc()); in VisitUnresolvedUsingValueDecl()
1252 Record.AddSourceLocation(D->getEllipsisLoc()); in VisitUnresolvedUsingValueDecl()
1259 Record.AddSourceLocation(D->getTypenameLoc()); in VisitUnresolvedUsingTypenameDecl()
1261 Record.AddSourceLocation(D->getEllipsisLoc()); in VisitUnresolvedUsingTypenameDecl()
1279 Record.AddSourceLocation(MSInfo->getPointOfInstantiation()); in VisitCXXRecordDecl()
1358 Record.AddSourceLocation(D->getEndLoc()); in VisitImportDecl()
1362 Record.AddSourceLocation(IdentifierLocs[I]); in VisitImportDecl()
1372 Record.AddSourceLocation(D->getColonLoc()); in VisitAccessSpecDecl()
1391 Record.AddSourceLocation(D->FriendLoc); in VisitFriendDecl()
1405 Record.AddSourceLocation(D->getFriendLoc()); in VisitFriendTemplateDecl()
1457 Record.AddSourceLocation(D->getPointOfInstantiation()); in VisitClassTemplateSpecializationDecl()
1469 Record.AddSourceLocation(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
1470 Record.AddSourceLocation(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
1518 Record.AddSourceLocation(D->getExternLoc()); in VisitVarTemplateSpecializationDecl()
1519 Record.AddSourceLocation(D->getTemplateKeywordLoc()); in VisitVarTemplateSpecializationDecl()
1523 Record.AddSourceLocation(D->getPointOfInstantiation()); in VisitVarTemplateSpecializationDecl()
1652 Record.AddSourceLocation(D->getRParenLoc()); in VisitStaticAssertDecl()
1757 Record.AddSourceLocation(D->getBeginLoc()); in VisitOMPDeclareReductionDecl()