Searched defs:AppendPathComponent (Results 1 – 3 of 3) sorted by relevance
178 void SBFileSpec::AppendPathComponent(const char *fn) { in AppendPathComponent() function in SBFileSpec
447 void FileSpec::AppendPathComponent(llvm::StringRef component) { in AppendPathComponent() function in FileSpec454 void FileSpec::AppendPathComponent(const FileSpec &new_path) { in AppendPathComponent() function in FileSpec
82 TEST(FileSpecTest, AppendPathComponent) { in TEST() argument