Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp521 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), ExpectedLine, 1); in ParseDirective()
526 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), Line, 1); in ParseDirective()
562 ExpectedLoc = SM.translateLineCol(FID, Line, 1); in ParseDirective()
565 ExpectedLoc = SM.translateLineCol(FID, 1, 1); in ParseDirective()
H A DTextDiagnostic.cpp1182 SM.getDecomposedLoc(SM.translateLineCol(FID, LineNo, 1)).second; in emitSnippetAndCaret()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp227 SourceLocation Start = Sources.translateLineCol(ID, FromLine, 1); in fillRanges()
228 SourceLocation End = Sources.translateLineCol(ID, ToLine, UINT_MAX); in fillRanges()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DIssueHash.cpp148 SM.translateLineCol(SM.getFileID(L), L.getExpansionLineNumber(), col); in NormalizeLine()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DClangRefactor.cpp128 SM.translateLineCol(FID, Range.Begin.first, Range.Begin.second)); in forAllRanges()
130 SM.translateLineCol(FID, Range.End.first, Range.End.second)); in forAllRanges()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp1648 return translateLineCol(FirstFID, Line, Col); in translateFileLineCol()
1694 SourceLocation SourceManager::translateLineCol(FileID FID, in translateLineCol() function in SourceManager
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h1599 SourceLocation translateLineCol(FileID FID,