Searched refs:translateLineCol (Results 1 – 3 of 3) sorted by relevance
/external/clang/unittests/Basic/ |
D | SourceManagerTest.cpp | 95 SourceLocation macroExpStartLoc = SourceMgr.translateLineCol(mainFileID, 2, 1); in TEST_F() 96 SourceLocation macroExpEndLoc = SourceMgr.translateLineCol(mainFileID, 2, 6); in TEST_F() 159 SourceLocation defLoc = SourceMgr.translateLineCol(mainFileID, 2, 13); in TEST_F() 160 SourceLocation loc1 = SourceMgr.translateLineCol(mainFileID, 3, 8); in TEST_F() 161 SourceLocation loc2 = SourceMgr.translateLineCol(mainFileID, 4, 4); in TEST_F() 162 SourceLocation loc3 = SourceMgr.translateLineCol(mainFileID, 5, 7); in TEST_F() 163 SourceLocation defLoc2 = SourceMgr.translateLineCol(mainFileID, 6, 22); in TEST_F()
|
/external/clang/lib/Basic/ |
D | SourceManager.cpp | 1437 return translateLineCol(FirstFID, Line, Col); in translateFileLineCol() 1557 SourceLocation SourceManager::translateLineCol(FileID FID, in translateLineCol() function in SourceManager
|
/external/clang/include/clang/Basic/ |
D | SourceManager.h | 1183 SourceLocation translateLineCol(FileID FID,
|