Searched refs:SourceText (Results 1 – 1 of 1) sorted by relevance
159 SmallString<128> SourceText(SourceName); in getSourceName() local160 sys::path::remove_dots(SourceText, /*remove_dot_dot=*/true); in getSourceName()161 sys::path::native(SourceText); in getSourceName()162 return std::string(SourceText.str()); in getSourceName()