Searched refs:remove_filename (Results 1 – 5 of 5) sorted by relevance
115 void remove_filename(SmallVectorImpl<char> &path);
131 path::remove_filename(temp_store); in TEST()
408 void remove_filename(SmallVectorImpl<char> &path) { in remove_filename() function688 path::remove_filename(path); in replace_filename()
1468 llvm::sys::path::remove_filename(CxxIncludeRoot); // remove the / in findGCCBaseLibDir()1470 llvm::sys::path::remove_filename(CxxIncludeRoot); // remove the version in findGCCBaseLibDir()1471 llvm::sys::path::remove_filename(CxxIncludeRoot); // remove the c++ in findGCCBaseLibDir()1472 llvm::sys::path::remove_filename(CxxIncludeRoot); // remove the include in findGCCBaseLibDir()
1275 llvm::sys::path::remove_filename(BasePath); in GetNamedOutputPath()