Searched refs:AddSourceLocation (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 121 Record.AddSourceLocation(ArgInfo.TemplateKWLoc); in AddTemplateKWAndArgsInfo() 122 Record.AddSourceLocation(ArgInfo.LAngleLoc); in AddTemplateKWAndArgsInfo() 123 Record.AddSourceLocation(ArgInfo.RAngleLoc); in AddTemplateKWAndArgsInfo() 133 Record.AddSourceLocation(S->getSemiLoc()); in VisitNullStmt() 148 Record.AddSourceLocation(S->getLBracLoc()); in VisitCompoundStmt() 149 Record.AddSourceLocation(S->getRBracLoc()); in VisitCompoundStmt() 160 Record.AddSourceLocation(S->getKeywordLoc()); in VisitSwitchCase() 161 Record.AddSourceLocation(S->getColonLoc()); in VisitSwitchCase() 171 Record.AddSourceLocation(S->getEllipsisLoc()); in VisitCaseStmt() 187 Record.AddSourceLocation(S->getIdentLoc()); in VisitLabelStmt() [all …]
|
H A D | ASTWriter.cpp | 305 Record.AddSourceLocation(Loc, Seq); in addSourceLocation() 513 AddSourceLocation(CR->getTemplateKWLoc()); in AddConceptReference() 1525 AddSourceLocation(M.ImportLoc, Record); in WriteControlBlock() 2309 AddSourceLocation(getAffectingIncludeLoc(SourceMgr, File), Record); in WriteSourceManagerBlock() 2370 AddSourceLocation(Expansion.getSpellingLoc(), Record, Seq); in WriteSourceManagerBlock() 2371 AddSourceLocation(Expansion.getExpansionLocStart(), Record, Seq); in WriteSourceManagerBlock() 2372 AddSourceLocation(Expansion.isMacroArgExpansion() in WriteSourceManagerBlock() 2501 AddSourceLocation(AssumeNonNullLoc, Record); in WritePreprocessor() 2511 AddSourceLocation(SkipInfo->HashTokenLoc, Record); in WritePreprocessor() 2512 AddSourceLocation(SkipInfo->IfTokenLoc, Record); in WritePreprocessor() [all …]
|
H A D | ASTWriterDecl.cpp | 177 Record.AddSourceLocation(typeParams->getLAngleLoc()); in AddObjCTypeParamList() 178 Record.AddSourceLocation(typeParams->getRAngleLoc()); in AddObjCTypeParamList() 418 Record.AddSourceLocation(D->getBeginLoc()); in VisitPragmaCommentDecl() 430 Record.AddSourceLocation(D->getBeginLoc()); in VisitPragmaDetectMismatchDecl() 450 Record.AddSourceLocation(D->getBeginLoc()); in VisitTypeDecl() 540 Record.AddSourceLocation(MemberInfo->getPointOfInstantiation()); in VisitEnumDecl() 616 Record.AddSourceLocation(D->getInnerLocStart()); in VisitDeclaratorDecl() 649 Record.AddSourceLocation(MemberInfo->getPointOfInstantiation()); in VisitFunctionDecl() 670 Record.AddSourceLocation(FTSInfo->getPointOfInstantiation()); in VisitFunctionDecl() 677 Record.AddSourceLocation(MemberInfo->getPointOfInstantiation()); in VisitFunctionDecl() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTRecordWriter.h | 139 void AddSourceLocation(SourceLocation Loc, LocSeq *Seq = nullptr) { 140 return Writer->AddSourceLocation(Loc, *Record, Seq); 143 AddSourceLocation(Loc); in writeSourceLocation()
|
H A D | ASTWriter.h | 690 void AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record,
|