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 88 SourceLocation Result = Sources.translateFileLineCol(
  /external/clang/lib/Tooling/Core/
Replacement.cpp 62 SourceLocation Location = SM.translateFileLineCol(Entry, 1, 1);
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 458 DILoc = SourceMgr.translateFileLineCol(FE, Line, Column ? Column : 1);
761 Loc = SM.translateFileLineCol(SM.getFileEntryForID(FID),
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 415 ExpectedLoc = SM.translateFileLineCol(FE, Line, 1);
418 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 371 milliseconds