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

  /external/clang/unittests/Basic/
SourceManagerTest.cpp 95 SourceLocation macroExpStartLoc = SourceMgr.translateLineCol(mainFileID, 2, 1);
96 SourceLocation macroExpEndLoc = SourceMgr.translateLineCol(mainFileID, 2, 6);
159 SourceLocation defLoc = SourceMgr.translateLineCol(mainFileID, 2, 13);
160 SourceLocation loc1 = SourceMgr.translateLineCol(mainFileID, 3, 8);
161 SourceLocation loc2 = SourceMgr.translateLineCol(mainFileID, 4, 4);
162 SourceLocation loc3 = SourceMgr.translateLineCol(mainFileID, 5, 7);
163 SourceLocation defLoc2 = SourceMgr.translateLineCol(mainFileID, 6, 22);
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]

Completed in 102 milliseconds