Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/include/
H A DSourceInfo.h78 std::string removePath(const std::string &Path) const { in removePath() function
86 Filename(removePath(getSubstring(0))), Line(std::stoi(getSubstring(2))), in SourceInfo()
91 Filename(removePath(getSubstring(1))), Line(std::stoi(getSubstring(2))), in SourceInfo()