HomeSort by relevance Sort by last modified time
    Searched refs:translateLineCol (Results 1 - 4 of 4) sorted by null

  /external/clang/unittests/Basic/
SourceManagerTest.cpp 103 SourceLocation macroExpStartLoc = SourceMgr.translateLineCol(mainFileID, 2, 1);
104 SourceLocation macroExpEndLoc = SourceMgr.translateLineCol(mainFileID, 2, 6);
215 SourceLocation defLoc = SourceMgr.translateLineCol(mainFileID, 2, 13);
216 SourceLocation loc1 = SourceMgr.translateLineCol(mainFileID, 3, 8);
217 SourceLocation loc2 = SourceMgr.translateLineCol(mainFileID, 4, 4);
218 SourceLocation loc3 = SourceMgr.translateLineCol(mainFileID, 5, 7);
219 SourceLocation defLoc2 = SourceMgr.translateLineCol(mainFileID, 6, 22);
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 354 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), ExpectedLine, 1);
359 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), Line, 1);
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]

Completed in 297 milliseconds