Searched refs:translateLineCol (Results 1 – 5 of 5) sorted by relevance
/external/clang/unittests/Basic/ |
D | SourceManagerTest.cpp | 110 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()
|
/external/clang/tools/clang-format/ |
D | ClangFormat.cpp | 143 SourceLocation Start = Sources.translateLineCol(ID, FromLine, 1); in fillRanges() 144 SourceLocation End = Sources.translateLineCol(ID, ToLine, UINT_MAX); in fillRanges()
|
/external/clang/lib/Frontend/ |
D | VerifyDiagnosticConsumer.cpp | 392 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), ExpectedLine, 1); in ParseDirective() 397 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), Line, 1); in ParseDirective()
|
/external/clang/lib/Basic/ |
D | SourceManager.cpp | 1594 return translateLineCol(FirstFID, Line, Col); in translateFileLineCol() 1716 SourceLocation SourceManager::translateLineCol(FileID FID, in translateLineCol() function in SourceManager
|
/external/clang/include/clang/Basic/ |
D | SourceManager.h | 1418 SourceLocation translateLineCol(FileID FID,
|