Searched refs:AddSourceLocation (Results 1 – 6 of 6) 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 | 335 void addSourceLocation(SourceLocation Loc) { Record.AddSourceLocation(Loc); } in addSourceLocation() 541 AddSourceLocation(CR->getTemplateKWLoc()); in AddConceptReference() 1584 AddSourceLocation(M.ImportLoc, Record); in WriteControlBlock() 2386 AddSourceLocation(getAffectingIncludeLoc(SourceMgr, File), Record); in WriteSourceManagerBlock() 2446 AddSourceLocation(Expansion.getSpellingLoc(), Record); in WriteSourceManagerBlock() 2447 AddSourceLocation(Expansion.getExpansionLocStart(), Record); in WriteSourceManagerBlock() 2448 AddSourceLocation(Expansion.isMacroArgExpansion() in WriteSourceManagerBlock() 2577 AddSourceLocation(AssumeNonNullLoc, Record); in WritePreprocessor() 2587 AddSourceLocation(SkipInfo->HashTokenLoc, Record); in WritePreprocessor() 2588 AddSourceLocation(SkipInfo->IfTokenLoc, Record); in WritePreprocessor() [all …]
|
| H A D | ASTWriterDecl.cpp | 193 Record.AddSourceLocation(typeParams->getLAngleLoc()); in AddObjCTypeParamList() 194 Record.AddSourceLocation(typeParams->getRAngleLoc()); in AddObjCTypeParamList() 571 Record.AddSourceLocation(D->getBeginLoc()); in VisitPragmaCommentDecl() 583 Record.AddSourceLocation(D->getBeginLoc()); in VisitPragmaDetectMismatchDecl() 603 Record.AddSourceLocation(D->getBeginLoc()); in VisitTypeDecl() 693 Record.AddSourceLocation(MemberInfo->getPointOfInstantiation()); in VisitEnumDecl() 770 Record.AddSourceLocation(D->getInnerLocStart()); in VisitDeclaratorDecl() 805 Record.AddSourceLocation(MemberInfo->getPointOfInstantiation()); in VisitFunctionDecl() 826 Record.AddSourceLocation(FTSInfo->getPointOfInstantiation()); in VisitFunctionDecl() 833 Record.AddSourceLocation(MemberInfo->getPointOfInstantiation()); in VisitFunctionDecl() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTRecordWriter.h | 149 void AddSourceLocation(SourceLocation Loc) { in AddSourceLocation() function 150 return Writer->AddSourceLocation(Loc, *Record); in AddSourceLocation() 153 AddSourceLocation(Loc); in writeSourceLocation()
|
| H A D | ASTWriter.h | 735 void AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 2433 …_14SourceLocationERN4llvm15SmallVectorImplIyEE", "clang::ASTWriter::AddSourceLocation(clang::Sourc…
|