Searched refs:SrcPath (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileCollector.h47 void addFileImpl(StringRef SrcPath);
55 bool getRealPath(StringRef SrcPath, SmallVectorImpl<char> &Result);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp40 bool FileCollector::getRealPath(StringRef SrcPath, argument
43 StringRef FileName = sys::path::filename(SrcPath);
44 std::string Directory = sys::path::parent_path(SrcPath).str();
71 void FileCollector::addFileImpl(StringRef SrcPath) { argument
73 SmallString<256> AbsoluteSrc = SrcPath;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp159 bool ModuleDependencyCollector::getRealPath(StringRef SrcPath, argument
163 StringRef FileName = path::filename(SrcPath);
164 std::string Dir = path::parent_path(SrcPath).str();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DUtils.h156 bool getRealPath(StringRef SrcPath, SmallVectorImpl<char> &Result);

Completed in 121 milliseconds