Searched refs:AddSourceLocation (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 64 Record.AddSourceLocation(ArgInfo.TemplateKWLoc); in AddTemplateKWAndArgsInfo() 65 Record.AddSourceLocation(ArgInfo.LAngleLoc); in AddTemplateKWAndArgsInfo() 66 Record.AddSourceLocation(ArgInfo.RAngleLoc); in AddTemplateKWAndArgsInfo() 76 Record.AddSourceLocation(S->getSemiLoc()); in VisitNullStmt() 89 Record.AddSourceLocation(S->getLBracLoc()); in VisitCompoundStmt() 90 Record.AddSourceLocation(S->getRBracLoc()); in VisitCompoundStmt() 97 Record.AddSourceLocation(S->getKeywordLoc()); in VisitSwitchCase() 98 Record.AddSourceLocation(S->getColonLoc()); in VisitSwitchCase() 108 Record.AddSourceLocation(S->getEllipsisLoc()); in VisitCaseStmt() 124 Record.AddSourceLocation(S->getIdentLoc()); in VisitLabelStmt() [all …]
|
| H A D | ASTWriter.cpp | 262 Record.AddSourceLocation(Loc, Seq); in addSourceLocation() 1352 AddSourceLocation(M.ImportLoc, Record); in WriteControlBlock() 2089 AddSourceLocation(File.getIncludeLoc(), Record); in WriteSourceManagerBlock() 2153 AddSourceLocation(Expansion.getSpellingLoc(), Record, Seq); in WriteSourceManagerBlock() 2154 AddSourceLocation(Expansion.getExpansionLocStart(), Record, Seq); in WriteSourceManagerBlock() 2155 AddSourceLocation(Expansion.isMacroArgExpansion() in WriteSourceManagerBlock() 2310 AddSourceLocation(AssumeNonNullLoc, Record); in WritePreprocessor() 2320 AddSourceLocation(SkipInfo->HashTokenLoc, Record); in WritePreprocessor() 2321 AddSourceLocation(SkipInfo->IfTokenLoc, Record); in WritePreprocessor() 2324 AddSourceLocation(SkipInfo->ElseLoc, Record); in WritePreprocessor() [all …]
|
| H A D | ASTWriterDecl.cpp | 176 Record.AddSourceLocation(typeParams->getLAngleLoc()); in AddObjCTypeParamList() 177 Record.AddSourceLocation(typeParams->getRAngleLoc()); in AddObjCTypeParamList() 345 Record.AddSourceLocation(D->getBeginLoc()); in VisitPragmaCommentDecl() 357 Record.AddSourceLocation(D->getBeginLoc()); in VisitPragmaDetectMismatchDecl() 377 Record.AddSourceLocation(D->getBeginLoc()); in VisitTypeDecl() 453 Record.AddSourceLocation(MemberInfo->getPointOfInstantiation()); in VisitEnumDecl() 536 Record.AddSourceLocation(D->getInnerLocStart()); in VisitDeclaratorDecl() 565 Record.AddSourceLocation(MemberInfo->getPointOfInstantiation()); in VisitFunctionDecl() 588 Record.AddSourceLocation(FTSInfo->TemplateArgumentsAsWritten->LAngleLoc); in VisitFunctionDecl() 589 Record.AddSourceLocation(FTSInfo->TemplateArgumentsAsWritten->RAngleLoc); in VisitFunctionDecl() [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
| H A D | ASTRecordWriter.h | 137 void AddSourceLocation(SourceLocation Loc, LocSeq *Seq = nullptr) { 138 return Writer->AddSourceLocation(Loc, *Record, Seq); 141 AddSourceLocation(Loc); in writeSourceLocation()
|
| H A D | ASTWriter.h | 620 void AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record,
|