Home
last modified time | relevance | path

Searched refs:AddSourceLocation (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp133 Record.AddSourceLocation(S->getSemiLoc()); in VisitNullStmt()
196 Record.AddSourceLocation(S->getAttrLoc()); in VisitAttributedStmt()
222 Record.AddSourceLocation(S->getIfLoc()); in VisitIfStmt()
278 Record.AddSourceLocation(S->getDoLoc()); in VisitDoStmt()
291 Record.AddSourceLocation(S->getForLoc()); in VisitForStmt()
342 Record.AddSourceLocation(S->getEndLoc()); in VisitDeclStmt()
354 Record.AddSourceLocation(S->getAsmLoc()); in VisitAsmStmt()
497 Record.AddSourceLocation(D->DiagLoc); in addSubstitutionDiagnostic()
1446 Record.AddSourceLocation(E->ProtoLoc); in VisitObjCProtocolExpr()
1540 Record.AddSourceLocation(Locs[i]); in VisitObjCMessageExpr()
[all …]
H A DASTWriter.cpp272 Record.AddSourceLocation(Loc, Seq); in addSourceLocation()
476 AddSourceLocation(CR->getTemplateKWLoc()); in AddConceptReference()
2392 AddSourceLocation(Cond.IfLoc, Record); in WritePreprocessor()
3111 AddSourceLocation(Loc, Record); in WritePragmaDiagnosticMappings()
3519 Writer.AddSourceLocation(Loc); in WriteReferencedSelectorsPool()
4350 AddSourceLocation(PragmaLoc, Record); in WriteOptimizePragmaOptions()
5824 AddSourceLocation(NameInfo.getLoc()); in AddDeclarationNameInfo()
6514 Record.AddSourceLocation(C->getEndLoc()); in writeClause()
6675 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPInitClause()
6681 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPUseClause()
[all …]
H A DASTWriterDecl.cpp379 Record.AddSourceLocation(D->getBeginLoc()); in VisitPragmaCommentDecl()
706 Record.AddSourceLocation(D->getEndLoc()); in VisitFunctionDecl()
787 Record.AddSourceLocation(D->getEndLoc()); in VisitObjCMethodDecl()
797 Record.AddSourceLocation(SelLocs[i]); in VisitObjCMethodDecl()
806 Record.AddSourceLocation(D->VarianceLoc); in VisitObjCTypeParamDecl()
807 Record.AddSourceLocation(D->ColonLoc); in VisitObjCTypeParamDecl()
844 Record.AddSourceLocation(PL); in VisitObjCInterfaceDecl()
899 Record.AddSourceLocation(PL); in VisitObjCProtocolDecl()
922 Record.AddSourceLocation(PL); in VisitObjCCategoryDecl()
934 Record.AddSourceLocation(D->getAtLoc()); in VisitObjCPropertyDecl()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h137 void AddSourceLocation(SourceLocation Loc, LocSeq *Seq = nullptr) {
138 return Writer->AddSourceLocation(Loc, *Record, Seq);
141 AddSourceLocation(Loc); in writeSourceLocation()
H A DASTWriter.h643 void AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record,