Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp599 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1); in getBestLocationFromDebugLoc()
1026 Loc = SM.translateFileLineCol(SM.getFileEntryForID(SM.getMainFileID()), in loadModule()
H A DCGOpenMPRuntime.cpp3205 Loc = CGM.getContext().getSourceManager().translateFileLineCol( in createOffloadEntriesAndInfoMetadata()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1588 SourceLocation translateFileLineCol(const FileEntry *SourceFile,
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2476 SourceLocation Loc = SM.translateFileLineCol(File, Line, Col); in getLocation()
2483 SourceLocation FileLoc = SM.translateFileLineCol(File, 1, 1); in getLocation()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1643 SourceLocation SourceManager::translateFileLineCol(const FileEntry *SourceFile, in translateFileLineCol() function in SourceManager