Searched refs:DestPath (Results 1 – 3 of 3) sorted by relevance
198 SmallVectorImpl<char> &DestPath) const { in lookupFilename()222 DestPath.clear(); in lookupFilename()224 DestPath.append(Prefix->begin(), Prefix->end()); in lookupFilename()225 DestPath.append(Suffix->begin(), Suffix->end()); in lookupFilename()227 return StringRef(DestPath.begin(), DestPath.size()); in lookupFilename()231 StringRef HeaderMapImpl::reverseLookupFilename(StringRef DestPath) const { in reverseLookupFilename()233 return ReverseMap.lookup(DestPath); in reverseLookupFilename()253 if (DestPath == Value) in reverseLookupFilename()
106 SmallString<8> DestPath; in TEST() local107 ASSERT_EQ("bc", Map.lookupFilename("a", DestPath)); in TEST()147 SmallString<24> DestPath; in TEST() local148 ASSERT_EQ("", Map.lookupFilename("a", DestPath)); in TEST()183 SmallString<24> DestPath; in TEST() local184 ASSERT_EQ("", Map.lookupFilename("a", DestPath)); in TEST()
45 SmallVectorImpl<char> &DestPath) const;54 StringRef reverseLookupFilename(StringRef DestPath) const;