Searched refs:translateFileLineCol (Results 1 – 5 of 5) sorted by relevance
597 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1); in getBestLocationFromDebugLoc()1024 Loc = SM.translateFileLineCol(SM.getFileEntryForID(SM.getMainFileID()), in loadModule()
3200 Loc = CGM.getContext().getSourceManager().translateFileLineCol( in createOffloadEntriesAndInfoMetadata()
1585 SourceLocation translateFileLineCol(const FileEntry *SourceFile,
2475 SourceLocation Loc = SM.translateFileLineCol(File, Line, Col); in getLocation()2482 SourceLocation FileLoc = SM.translateFileLineCol(File, 1, 1); in getLocation()
1641 SourceLocation SourceManager::translateFileLineCol(const FileEntry *SourceFile, in translateFileLineCol() function in SourceManager