Searched refs:translateLineCol (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | SARIFDiagnostic.cpp | 109 SourceLocation BeginLoc = SM.translateLineCol( in addLocationToResult() 111 SourceLocation EndLoc = SM.translateLineCol( in addLocationToResult() 127 SourceLocation DiagLoc = SM.translateLineCol(FID, PLoc.getLine(), ColNo); in addLocationToResult()
|
| H A D | VerifyDiagnosticConsumer.cpp | 531 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), ExpectedLine, 1); in ParseDirective() 536 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), Line, 1); in ParseDirective() 571 ExpectedLoc = SM.translateLineCol(FID, Line, 1); in ParseDirective() 574 ExpectedLoc = SM.translateLineCol(FID, 1, 1); in ParseDirective()
|
| H A D | TextDiagnostic.cpp | 1151 SM.getDecomposedLoc(SM.translateLineCol(FID, StartLineNumber, 1)).second; in highlightLines() 1360 SM.getDecomposedLoc(SM.translateLineCol(FID, LineNo, 1)).second; in emitSnippetAndCaret()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | IssueHash.cpp | 145 SM.translateLineCol(SM.getFileID(L), L.getExpansionLineNumber(), col); in NormalizeLine()
|
| /freebsd/contrib/llvm-project/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 269 const auto Start = Sources.translateLineCol(ID, FromLine, 1); in fillRanges() 270 const auto End = Sources.translateLineCol(ID, ToLine, UINT_MAX); in fillRanges()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 1608 return translateLineCol(FirstFID, Line, Col); in translateFileLineCol() 1654 SourceLocation SourceManager::translateLineCol(FileID FID, in translateLineCol() function in SourceManager
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 1660 SourceLocation translateLineCol(FileID FID,
|