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

  /external/clang/unittests/Basic/
SourceManagerTest.cpp 104 SourceLocation macroExpStartLoc = SourceMgr.translateLineCol(mainFileID, 2, 1);
105 SourceLocation macroExpEndLoc = SourceMgr.translateLineCol(mainFileID, 2, 6);
216 SourceLocation defLoc = SourceMgr.translateLineCol(mainFileID, 2, 13);
217 SourceLocation loc1 = SourceMgr.translateLineCol(mainFileID, 3, 8);
218 SourceLocation loc2 = SourceMgr.translateLineCol(mainFileID, 4, 4);
219 SourceLocation loc3 = SourceMgr.translateLineCol(mainFileID, 5, 7);
220 SourceLocation defLoc2 = SourceMgr.translateLineCol(mainFileID, 6, 22);
  /external/clang/tools/clang-format/
ClangFormat.cpp 189 SourceLocation Start = Sources.translateLineCol(ID, FromLine, 1);
190 SourceLocation End = Sources.translateLineCol(ID, ToLine, UINT_MAX);
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 361 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), ExpectedLine, 1);
366 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 88 milliseconds