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

  /external/clang/unittests/Basic/
SourceManagerTest.cpp 109 SourceLocation macroExpStartLoc = SourceMgr.translateLineCol(mainFileID, 2, 1);
110 SourceLocation macroExpEndLoc = SourceMgr.translateLineCol(mainFileID, 2, 6);
226 SourceLocation defLoc = SourceMgr.translateLineCol(mainFileID, 2, 13);
227 SourceLocation loc1 = SourceMgr.translateLineCol(mainFileID, 3, 8);
228 SourceLocation loc2 = SourceMgr.translateLineCol(mainFileID, 4, 4);
229 SourceLocation loc3 = SourceMgr.translateLineCol(mainFileID, 5, 7);
230 SourceLocation defLoc2 = SourceMgr.translateLineCol(mainFileID, 6, 22);
  /external/clang/tools/clang-format/
ClangFormat.cpp 157 SourceLocation Start = Sources.translateLineCol(ID, FromLine, 1);
158 SourceLocation End = Sources.translateLineCol(ID, ToLine, UINT_MAX);
  /external/clang/lib/StaticAnalyzer/Core/
IssueHash.cpp 141 SM.translateLineCol(SM.getFileID(L), L.getExpansionLineNumber(), col);
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 387 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), ExpectedLine, 1);
392 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 144 milliseconds