Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRewriterTestContext.h102 SourceLocation Result = Sources.translateFileLineCol( in getLocation()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp650 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1); in getBestLocationFromDebugLoc()
1126 Loc = SM.translateFileLineCol(SM.getFileEntryForID(SM.getMainFileID()), in loadModule()
H A DCGOpenMPRuntime.cpp3159 Loc = CGM.getContext().getSourceManager().translateFileLineCol( in createOffloadEntriesAndInfoMetadata()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h1604 SourceLocation translateFileLineCol(const FileEntry *SourceFile,
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp2478 SourceLocation Loc = SM.translateFileLineCol(File, Line, Col); in getLocation()
2485 SourceLocation FileLoc = SM.translateFileLineCol(File, 1, 1); in getLocation()
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp1638 SourceLocation SourceManager::translateFileLineCol(const FileEntry *SourceFile, in translateFileLineCol() function in SourceManager