Home
last modified time | relevance | path

Searched defs:CopyByAppendingPathComponent (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp418 FileSpec::CopyByAppendingPathComponent(llvm::StringRef component) const { in CopyByAppendingPathComponent() function in FileSpec
/llvm-project/lldb/unittests/Utility/
H A DFileSpecTest.cpp116 TEST(FileSpecTest, CopyByAppendingPathComponent) { in TEST() argument