Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenAction.cpp595 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1); in getBestLocationFromDebugLoc()
1127 Loc = SM.translateFileLineCol(SM.getFileEntryForID(SM.getMainFileID()), in loadModule()
HDCGOpenMPRuntime.cpp2811 Loc = CGM.getContext().getSourceManager().translateFileLineCol( in createOffloadEntriesAndInfoMetadata()
/freebsd-head/contrib/llvm-project/clang/lib/Frontend/
HDASTUnit.cpp2524 SourceLocation Loc = SM.translateFileLineCol(File, Line, Col); in getLocation()
2531 SourceLocation FileLoc = SM.translateFileLineCol(File, 1, 1); in getLocation()
/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDSourceManager.h1635 SourceLocation translateFileLineCol(const FileEntry *SourceFile,
/freebsd-head/contrib/llvm-project/clang/lib/Basic/
HDSourceManager.cpp1596 SourceLocation SourceManager::translateFileLineCol(const FileEntry *SourceFile, in translateFileLineCol() function in SourceManager