Searched refs:translateFileLineCol (Results 1 – 6 of 6) sorted by relevance
102 SourceLocation Result = Sources.translateFileLineCol( in getLocation()
650 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1); in getBestLocationFromDebugLoc()1126 Loc = SM.translateFileLineCol(SM.getFileEntryForID(SM.getMainFileID()), in loadModule()
3159 Loc = CGM.getContext().getSourceManager().translateFileLineCol( in createOffloadEntriesAndInfoMetadata()
1604 SourceLocation translateFileLineCol(const FileEntry *SourceFile,
2478 SourceLocation Loc = SM.translateFileLineCol(File, Line, Col); in getLocation()2485 SourceLocation FileLoc = SM.translateFileLineCol(File, 1, 1); in getLocation()
1638 SourceLocation SourceManager::translateFileLineCol(const FileEntry *SourceFile, in translateFileLineCol() function in SourceManager