Searched refs:translateFileLineCol (Results 1 – 6 of 6) sorted by relevance
89 SourceLocation Result = Sources.translateFileLineCol( in getLocation()
57 SourceLocation Location = SM.translateFileLineCol(Entry, 1, 1); in apply()
390 SourceLocation Loc = SM.translateFileLineCol( in ExecuteAction()
1369 SourceLocation translateFileLineCol(const FileEntry *SourceFile,
2710 SourceLocation Loc = SM.translateFileLineCol(File, Line, Col); in getLocation()2717 SourceLocation FileLoc = SM.translateFileLineCol(File, 1, 1); in getLocation()
1490 SourceLocation SourceManager::translateFileLineCol(const FileEntry *SourceFile, in translateFileLineCol() function in SourceManager