Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp495 ExpectedLoc = SM.translateFileLineCol(FE, Line, 1); in ParseDirective()
498 ExpectedLoc = SM.translateFileLineCol(FE, 1, 1); in ParseDirective()
H A DASTUnit.cpp2474 SourceLocation Loc = SM.translateFileLineCol(File, Line, Col); in getLocation()
2481 SourceLocation FileLoc = SM.translateFileLineCol(File, 1, 1); in getLocation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp560 DILoc = SourceMgr.translateFileLineCol(FE, Line, Column ? Column : 1); in getBestLocationFromDebugLoc()
988 Loc = SM.translateFileLineCol(SM.getFileEntryForID(SM.getMainFileID()), in loadModule()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h1532 SourceLocation translateFileLineCol(const FileEntry *SourceFile,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp1551 SourceLocation SourceManager::translateFileLineCol(const FileEntry *SourceFile, in translateFileLineCol() function in SourceManager