Home
last modified time | relevance | path

Searched refs:translateLineCol (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp523 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), ExpectedLine, 1); in ParseDirective()
528 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), Line, 1); in ParseDirective()
563 ExpectedLoc = SM.translateLineCol(FID, Line, 1); in ParseDirective()
566 ExpectedLoc = SM.translateLineCol(FID, 1, 1); in ParseDirective()
H A DTextDiagnostic.cpp1154 SM.getDecomposedLoc(SM.translateLineCol(FID, StartLineNumber, 1)).second; in highlightLines()
1363 SM.getDecomposedLoc(SM.translateLineCol(FID, LineNo, 1)).second; in emitSnippetAndCaret()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp149 SM.translateLineCol(SM.getFileID(L), L.getExpansionLineNumber(), col); in NormalizeLine()
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp269 SourceLocation Start = Sources.translateLineCol(ID, FromLine, 1); in fillRanges()
270 SourceLocation End = Sources.translateLineCol(ID, ToLine, UINT_MAX); in fillRanges()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1603 return translateLineCol(FirstFID, Line, Col); in translateFileLineCol()
1649 SourceLocation SourceManager::translateLineCol(FileID FID, in translateLineCol() function in SourceManager
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1649 SourceLocation translateLineCol(FileID FID,