Searched refs:translateFileLineCol (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 495 ExpectedLoc = SM.translateFileLineCol(FE, Line, 1); in ParseDirective() 498 ExpectedLoc = SM.translateFileLineCol(FE, 1, 1); in ParseDirective()
|
| H A D | ASTUnit.cpp | 2474 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 D | CodeGenAction.cpp | 560 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 D | SourceManager.h | 1532 SourceLocation translateFileLineCol(const FileEntry *SourceFile,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 1551 SourceLocation SourceManager::translateFileLineCol(const FileEntry *SourceFile, in translateFileLineCol() function in SourceManager
|