Searched refs:DestPath (Results 1 – 3 of 3) sorted by relevance
211 SmallVectorImpl<char> &DestPath) const { in lookupFilename()235 DestPath.clear(); in lookupFilename()237 DestPath.append(Prefix->begin(), Prefix->end()); in lookupFilename()238 DestPath.append(Suffix->begin(), Suffix->end()); in lookupFilename()240 return StringRef(DestPath.begin(), DestPath.size()); in lookupFilename()
179 SmallString<8> DestPath; in TEST() local180 ASSERT_EQ("bc", Map.lookupFilename("a", DestPath)); in TEST()219 SmallString<24> DestPath; in TEST() local220 ASSERT_EQ("", Map.lookupFilename("a", DestPath)); in TEST()254 SmallString<24> DestPath; in TEST() local255 ASSERT_EQ("", Map.lookupFilename("a", DestPath)); in TEST()
45 SmallVectorImpl<char> &DestPath) const;