Searched refs:translateLineCol (Results 1 – 6 of 6) sorted by relevance
/external/clang/unittests/Basic/ |
D | SourceManagerTest.cpp | 109 SourceLocation macroExpStartLoc = SourceMgr.translateLineCol(mainFileID, 2, 1); in TEST_F() 110 SourceLocation macroExpEndLoc = SourceMgr.translateLineCol(mainFileID, 2, 6); in TEST_F() 226 SourceLocation defLoc = SourceMgr.translateLineCol(mainFileID, 2, 13); in TEST_F() 227 SourceLocation loc1 = SourceMgr.translateLineCol(mainFileID, 3, 8); in TEST_F() 228 SourceLocation loc2 = SourceMgr.translateLineCol(mainFileID, 4, 4); in TEST_F() 229 SourceLocation loc3 = SourceMgr.translateLineCol(mainFileID, 5, 7); in TEST_F() 230 SourceLocation defLoc2 = SourceMgr.translateLineCol(mainFileID, 6, 22); in TEST_F()
|
/external/clang/tools/clang-format/ |
D | ClangFormat.cpp | 157 SourceLocation Start = Sources.translateLineCol(ID, FromLine, 1); in fillRanges() 158 SourceLocation End = Sources.translateLineCol(ID, ToLine, UINT_MAX); in fillRanges()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | IssueHash.cpp | 141 SM.translateLineCol(SM.getFileID(L), L.getExpansionLineNumber(), col); in NormalizeLine()
|
/external/clang/lib/Frontend/ |
D | VerifyDiagnosticConsumer.cpp | 387 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), ExpectedLine, 1); in ParseDirective() 392 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), Line, 1); in ParseDirective()
|
/external/clang/lib/Basic/ |
D | SourceManager.cpp | 1600 return translateLineCol(FirstFID, Line, Col); in translateFileLineCol() 1722 SourceLocation SourceManager::translateLineCol(FileID FID, in translateLineCol() function in SourceManager
|
/external/clang/include/clang/Basic/ |
D | SourceManager.h | 1451 SourceLocation translateLineCol(FileID FID,
|