Searched refs:AddSourceLocation (Results 1 – 4 of 4) sorted by relevance
75 Record.AddSourceLocation(S->getSemiLoc()); in VisitNullStmt()85 Record.AddSourceLocation(S->getLBracLoc()); in VisitCompoundStmt()86 Record.AddSourceLocation(S->getRBracLoc()); in VisitCompoundStmt()128 Record.AddSourceLocation(S->getAttrLoc()); in VisitAttributedStmt()153 Record.AddSourceLocation(S->getIfLoc()); in VisitIfStmt()203 Record.AddSourceLocation(S->getDoLoc()); in VisitDoStmt()216 Record.AddSourceLocation(S->getForLoc()); in VisitForStmt()267 Record.AddSourceLocation(S->getEndLoc()); in VisitDeclStmt()1086 Record.AddSourceLocation(E->ProtoLoc); in VisitObjCProtocolExpr()1180 Record.AddSourceLocation(Locs[i]); in VisitObjCMessageExpr()[all …]
612 Record.AddSourceLocation(TL.getNameLoc()); in VisitComplexTypeLoc()632 Record.AddSourceLocation(TL.getAmpLoc()); in VisitLValueReferenceTypeLoc()674 Record.AddSourceLocation(range.getEnd()); in VisitDependentAddressSpaceTypeLoc()749 Record.AddSourceLocation(TL.getKWLoc()); in VisitUnaryTransformTypeLoc()859 Record.AddSourceLocation(TL.getKWLoc()); in VisitAtomicTypeLoc()865 Record.AddSourceLocation(TL.getKWLoc()); in VisitPipeTypeLoc()3112 AddSourceLocation(Loc, Record); in WritePragmaDiagnosticMappings()3506 Writer.AddSourceLocation(Loc); in WriteReferencedSelectorsPool()4390 AddSourceLocation(PragmaLoc, Record); in WriteOptimizePragmaOptions()5674 AddSourceLocation( in AddDeclarationNameLoc()[all …]
333 Record.AddSourceLocation(D->getBeginLoc()); in VisitPragmaCommentDecl()554 Record.AddSourceLocation(D->getEndLoc()); 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()721 Record.AddSourceLocation(PL); in VisitObjCInterfaceDecl()776 Record.AddSourceLocation(PL); in VisitObjCProtocolDecl()798 Record.AddSourceLocation(PL); in VisitObjCCategoryDecl()810 Record.AddSourceLocation(D->getAtLoc()); in VisitObjCPropertyDecl()[all …]
580 void AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record);847 void AddSourceLocation(SourceLocation Loc) { in AddSourceLocation() function848 return Writer->AddSourceLocation(Loc, *Record); in AddSourceLocation()