Home
last modified time | relevance | path

Searched defs:replace_extension (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DUtils.cpp20 void llvm::MachO::replace_extension(SmallVectorImpl<char> &Path, in replace_extension() function in llvm::MachO
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp29 path& path::replace_extension(path const& replacement) { in replace_extension() function in path
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp481 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension, in replace_extension() function