Searched refs:translateLineCol (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 519 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), ExpectedLine, 1); in ParseDirective() 524 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), Line, 1); in ParseDirective() 559 ExpectedLoc = SM.translateLineCol(FID, Line, 1); in ParseDirective() 562 ExpectedLoc = SM.translateLineCol(FID, 1, 1); in ParseDirective()
|
| H A D | TextDiagnostic.cpp | 1184 SM.getDecomposedLoc(SM.translateLineCol(FID, LineNo, 1)).second; in emitSnippetAndCaret()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | IssueHash.cpp | 149 SM.translateLineCol(SM.getFileID(L), L.getExpansionLineNumber(), col); in NormalizeLine()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 258 SourceLocation Start = Sources.translateLineCol(ID, FromLine, 1); in fillRanges() 259 SourceLocation End = Sources.translateLineCol(ID, ToLine, UINT_MAX); in fillRanges()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-refactor/ |
| H A D | ClangRefactor.cpp | 129 SM.translateLineCol(FID, Range.Begin.first, Range.Begin.second)); in forAllRanges() 131 SM.translateLineCol(FID, Range.End.first, Range.End.second)); in forAllRanges()
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 1654 return translateLineCol(FirstFID, Line, Col); in translateFileLineCol() 1700 SourceLocation SourceManager::translateLineCol(FileID FID, in translateLineCol() function in SourceManager
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 1623 SourceLocation translateLineCol(FileID FID,
|