Searched refs:SrcPath (Results 1 – 2 of 2) sorted by relevance
40 bool FileCollector::getRealPath(StringRef SrcPath, in getRealPath() argument43 StringRef FileName = sys::path::filename(SrcPath); in getRealPath()44 std::string Directory = sys::path::parent_path(SrcPath).str(); in getRealPath()71 void FileCollector::addFileImpl(StringRef SrcPath) { in addFileImpl() argument73 SmallString<256> AbsoluteSrc = SrcPath; in addFileImpl()
47 void addFileImpl(StringRef SrcPath);55 bool getRealPath(StringRef SrcPath, SmallVectorImpl<char> &Result);