Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
DRewriterTestContext.h88 SourceLocation Result = Sources.translateFileLineCol( in getLocation()
/external/llvm-project/clang/unittests/Tooling/
DRewriterTestContext.h102 SourceLocation Result = Sources.translateFileLineCol( in getLocation()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp441 DILoc = SourceMgr.translateFileLineCol(FE, Line, Column ? Column : 1); in getBestLocationFromDebugLoc()
814 Loc = SM.translateFileLineCol(SM.getFileEntryForID(FID), in ExecuteAction()
/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp413 ExpectedLoc = SM.translateFileLineCol(FE, Line, 1); in ParseDirective()
416 ExpectedLoc = SM.translateFileLineCol(FE, 1, 1); in ParseDirective()
DASTUnit.cpp2665 SourceLocation Loc = SM.translateFileLineCol(File, Line, Col); in getLocation()
2672 SourceLocation FileLoc = SM.translateFileLineCol(File, 1, 1); in getLocation()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenAction.cpp615 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1); in getBestLocationFromDebugLoc()
1064 Loc = SM.translateFileLineCol(SM.getFileEntryForID(SM.getMainFileID()), in loadModule()
DCGOpenMPRuntime.cpp3155 Loc = CGM.getContext().getSourceManager().translateFileLineCol( in createOffloadEntriesAndInfoMetadata()
/external/clang/include/clang/Basic/
DSourceManager.h1440 SourceLocation translateFileLineCol(const FileEntry *SourceFile,
/external/llvm-project/clang/include/clang/Basic/
DSourceManager.h1577 SourceLocation translateFileLineCol(const FileEntry *SourceFile,
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp2502 SourceLocation Loc = SM.translateFileLineCol(File, Line, Col); in getLocation()
2509 SourceLocation FileLoc = SM.translateFileLineCol(File, 1, 1); in getLocation()
/external/clang/lib/Basic/
DSourceManager.cpp1593 SourceLocation SourceManager::translateFileLineCol(const FileEntry *SourceFile, in translateFileLineCol() function in SourceManager
/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp1587 SourceLocation SourceManager::translateFileLineCol(const FileEntry *SourceFile, in translateFileLineCol() function in SourceManager