Searched refs:translateFileLineCol (Results 1 - 7 of 7) sorted by relevance

/external/clang/unittests/Tooling/
H A DRewriterTestContext.h81 SourceLocation Result = Sources.translateFileLineCol(
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp434 DILoc = SourceMgr.translateFileLineCol(FE, Line, Column ? Column : 1);
658 Loc = SM.translateFileLineCol(SM.getFileEntryForID(FID),
/external/clang/lib/Tooling/
H A DRefactoring.cpp60 SourceLocation Location = SM.translateFileLineCol(Entry, 1, 1);
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp417 ExpectedLoc = SM.translateFileLineCol(FE, Line, 1);
420 ExpectedLoc = SM.translateFileLineCol(FE, 1, 1);
H A DASTUnit.cpp2678 SourceLocation Loc = SM.translateFileLineCol(File, Line, Col);
2685 SourceLocation FileLoc = SM.translateFileLineCol(File, 1, 1);
/external/clang/include/clang/Basic/
H A DSourceManager.h1407 SourceLocation translateFileLineCol(const FileEntry *SourceFile,
/external/clang/lib/Basic/
H A DSourceManager.cpp1587 SourceLocation SourceManager::translateFileLineCol(const FileEntry *SourceFile, function in class:SourceManager

Completed in 122 milliseconds