Home
last modified time | relevance | path

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

/external/clang/unittests/Basic/
DSourceManagerTest.cpp109 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/
DClangFormat.cpp157 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/
DIssueHash.cpp141 SM.translateLineCol(SM.getFileID(L), L.getExpansionLineNumber(), col); in NormalizeLine()
/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp387 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/
DSourceManager.cpp1600 return translateLineCol(FirstFID, Line, Col); in translateFileLineCol()
1722 SourceLocation SourceManager::translateLineCol(FileID FID, in translateLineCol() function in SourceManager
/external/clang/include/clang/Basic/
DSourceManager.h1451 SourceLocation translateLineCol(FileID FID,