Home
last modified time | relevance | path

Searched refs:DestPath (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Lex/
DHeaderMap.cpp211 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()
/external/clang/unittests/Lex/
DHeaderMapTest.cpp179 SmallString<8> DestPath; in TEST() local
180 ASSERT_EQ("bc", Map.lookupFilename("a", DestPath)); in TEST()
219 SmallString<24> DestPath; in TEST() local
220 ASSERT_EQ("", Map.lookupFilename("a", DestPath)); in TEST()
254 SmallString<24> DestPath; in TEST() local
255 ASSERT_EQ("", Map.lookupFilename("a", DestPath)); in TEST()
/external/clang/include/clang/Lex/
DHeaderMap.h45 SmallVectorImpl<char> &DestPath) const;