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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp146 SM.translateLineCol(SM.getFileID(L), L.getExpansionLineNumber(), col);
/freebsd-11-stable/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp210 SourceLocation Start = Sources.translateLineCol(ID, FromLine, 1);
211 SourceLocation End = Sources.translateLineCol(ID, ToLine, UINT_MAX);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp516 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), ExpectedLine, 1);
521 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), Line, 1);
H A DTextDiagnostic.cpp1190 SM.getDecomposedLoc(SM.translateLineCol(FID, LineNo, 1)).second;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1576 return translateLineCol(FirstFID, Line, Col);
1628 SourceLocation SourceManager::translateLineCol(FileID FID, function in class:SourceManager
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1604 SourceLocation translateLineCol(FileID FID,

Completed in 209 milliseconds