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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp562 ExpectedLoc = SM.translateFileLineCol(FE, Line, 1);
565 ExpectedLoc = SM.translateFileLineCol(FE, 1, 1);
H A DASTUnit.cpp2502 SourceLocation Loc = SM.translateFileLineCol(File, Line, Col);
2509 SourceLocation FileLoc = SM.translateFileLineCol(File, 1, 1);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp609 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1);
1093 Loc = SM.translateFileLineCol(SM.getFileEntryForID(SM.getMainFileID()),
H A DCGOpenMPRuntime.cpp3122 Loc = CGM.getContext().getSourceManager().translateFileLineCol(
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1560 SourceLocation translateFileLineCol(const FileEntry *SourceFile,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1650 SourceLocation SourceManager::translateFileLineCol(const FileEntry *SourceFile, function in class:SourceManager

Completed in 263 milliseconds