Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp76 Record.AddSourceLocation(S->getSemiLoc()); in VisitNullStmt()
89 Record.AddSourceLocation(S->getLBracLoc()); in VisitCompoundStmt()
90 Record.AddSourceLocation(S->getRBracLoc()); in VisitCompoundStmt()
133 Record.AddSourceLocation(S->getAttrLoc()); in VisitAttributedStmt()
157 Record.AddSourceLocation(S->getIfLoc()); in VisitIfStmt()
213 Record.AddSourceLocation(S->getDoLoc()); in VisitDoStmt()
226 Record.AddSourceLocation(S->getForLoc()); in VisitForStmt()
429 Record.AddSourceLocation(D->DiagLoc); in addSubstitutionDiagnostic()
1345 Record.AddSourceLocation(E->ProtoLoc); in VisitObjCProtocolExpr()
1439 Record.AddSourceLocation(Locs[i]); in VisitObjCMessageExpr()
[all …]
H A DASTWriter.cpp262 Record.AddSourceLocation(Loc, Seq); in addSourceLocation()
1352 AddSourceLocation(M.ImportLoc, Record); in WriteControlBlock()
2329 AddSourceLocation(Cond.IfLoc, Record); in WritePreprocessor()
3034 AddSourceLocation(Loc, Record); in WritePragmaDiagnosticMappings()
3435 Writer.AddSourceLocation(Loc); in WriteReferencedSelectorsPool()
4268 AddSourceLocation(PragmaLoc, Record); in WriteOptimizePragmaOptions()
5720 AddSourceLocation(NameInfo.getLoc()); in AddDeclarationNameInfo()
6376 Record.AddSourceLocation(C->getEndLoc()); in writeClause()
6530 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPInitClause()
6536 Record.AddSourceLocation(C->getVarLoc()); in VisitOMPUseClause()
[all …]
H A DASTWriterDecl.cpp345 Record.AddSourceLocation(D->getBeginLoc()); in VisitPragmaCommentDecl()
658 Record.AddSourceLocation(D->getEndLoc()); in VisitFunctionDecl()
732 Record.AddSourceLocation(D->getEndLoc()); in VisitObjCMethodDecl()
742 Record.AddSourceLocation(SelLocs[i]); in VisitObjCMethodDecl()
751 Record.AddSourceLocation(D->VarianceLoc); in VisitObjCTypeParamDecl()
752 Record.AddSourceLocation(D->ColonLoc); in VisitObjCTypeParamDecl()
785 Record.AddSourceLocation(PL); in VisitObjCInterfaceDecl()
840 Record.AddSourceLocation(PL); in VisitObjCProtocolDecl()
863 Record.AddSourceLocation(PL); in VisitObjCCategoryDecl()
875 Record.AddSourceLocation(D->getAtLoc()); in VisitObjCPropertyDecl()
[all …]
/openbsd/gnu/llvm/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.h620 void AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record,