Home
last modified time | relevance | path

Searched refs:translateFileLineCol (Results 1 – 6 of 6) sorted by relevance

/external/clang/unittests/Tooling/
DRewriterTestContext.h89 SourceLocation Result = Sources.translateFileLineCol( in getLocation()
/external/clang/lib/Tooling/
DRefactoring.cpp57 SourceLocation Location = SM.translateFileLineCol(Entry, 1, 1); in apply()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp390 SourceLocation Loc = SM.translateFileLineCol( in ExecuteAction()
/external/clang/include/clang/Basic/
DSourceManager.h1369 SourceLocation translateFileLineCol(const FileEntry *SourceFile,
/external/clang/lib/Frontend/
DASTUnit.cpp2710 SourceLocation Loc = SM.translateFileLineCol(File, Line, Col); in getLocation()
2717 SourceLocation FileLoc = SM.translateFileLineCol(File, 1, 1); in getLocation()
/external/clang/lib/Basic/
DSourceManager.cpp1490 SourceLocation SourceManager::translateFileLineCol(const FileEntry *SourceFile, in translateFileLineCol() function in SourceManager