Searched refs:translateLineCol (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 161 SourceLocation Start = Sources.translateLineCol(ID, FromLine, 1); in fillRanges() 162 SourceLocation End = Sources.translateLineCol(ID, ToLine, UINT_MAX); in fillRanges()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | IssueHash.cpp | 147 SM.translateLineCol(SM.getFileID(L), L.getExpansionLineNumber(), col); in NormalizeLine()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 469 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), ExpectedLine, 1); in ParseDirective() 474 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), Line, 1); in ParseDirective()
|
| H A D | TextDiagnostic.cpp | 1173 SM.getDecomposedLoc(SM.translateLineCol(FID, LineNo, 1)).second; in emitSnippetAndCaret()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 1558 return translateLineCol(FirstFID, Line, Col); in translateFileLineCol() 1680 SourceLocation SourceManager::translateLineCol(FileID FID, in translateLineCol() function in SourceManager
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | SourceManager.h | 1543 SourceLocation translateLineCol(FileID FID,
|