Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DSARIFDiagnostic.cpp109 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 DVerifyDiagnosticConsumer.cpp519 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 DTextDiagnostic.cpp1184 SM.getDecomposedLoc(SM.translateLineCol(FID, LineNo, 1)).second; in emitSnippetAndCaret()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DIssueHash.cpp149 SM.translateLineCol(SM.getFileID(L), L.getExpansionLineNumber(), col); in NormalizeLine()
/openbsd-src/gnu/llvm/clang/tools/clang-format/
H A DClangFormat.cpp258 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 DClangRefactor.cpp129 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 DSourceManager.cpp1654 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 DSourceManager.h1623 SourceLocation translateLineCol(FileID FID,