Searched defs:remove_dots (Results 1 – 4 of 4) sorted by relevance
702 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot) { in remove_dots() function726 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot) { in remove_dots() function
702 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot) { in remove_dots() function728 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot) { in remove_dots() function
711 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot, in remove_dots() function739 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot, in remove_dots() function
941 static std::string remove_dots(StringRef path, in remove_dots() function