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

  /external/clang/unittests/Tooling/
RewriterTestContext.h 81 SourceLocation Result = Sources.translateFileLineCol(
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 434 DILoc = SourceMgr.translateFileLineCol(FE, Line, Column ? Column : 1);
658 Loc = SM.translateFileLineCol(SM.getFileEntryForID(FID),
  /external/clang/lib/Tooling/
Refactoring.cpp 60 SourceLocation Location = SM.translateFileLineCol(Entry, 1, 1);
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 417 ExpectedLoc = SM.translateFileLineCol(FE, Line, 1);
420 ExpectedLoc = SM.translateFileLineCol(FE, 1, 1);
ASTUnit.cpp     [all...]
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]

Completed in 303 milliseconds