Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/unittests/Basic/
H A DSourceManagerTest.cpp110 SourceLocation macroExpStartLoc = SourceMgr.translateLineCol(mainFileID, 2, 1); in TEST_F()
111 SourceLocation macroExpEndLoc = SourceMgr.translateLineCol(mainFileID, 2, 6); in TEST_F()
224 SourceLocation defLoc = SourceMgr.translateLineCol(mainFileID, 2, 13); in TEST_F()
225 SourceLocation loc1 = SourceMgr.translateLineCol(mainFileID, 3, 8); in TEST_F()
226 SourceLocation loc2 = SourceMgr.translateLineCol(mainFileID, 4, 4); in TEST_F()
227 SourceLocation loc3 = SourceMgr.translateLineCol(mainFileID, 5, 7); in TEST_F()
228 SourceLocation defLoc2 = SourceMgr.translateLineCol(mainFileID, 6, 22); in TEST_F()
/minix/external/bsd/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp143 SourceLocation Start = Sources.translateLineCol(ID, FromLine, 1); in fillRanges()
144 SourceLocation End = Sources.translateLineCol(ID, ToLine, UINT_MAX); in fillRanges()
/minix/external/bsd/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp389 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), ExpectedLine, 1); in ParseDirective()
394 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), Line, 1); in ParseDirective()
/minix/external/bsd/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp1585 return translateLineCol(FirstFID, Line, Col); in translateFileLineCol()
1707 SourceLocation SourceManager::translateLineCol(FileID FID, in translateLineCol() function in SourceManager
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h1422 SourceLocation translateLineCol(FileID FID,