HomeSort by: relevance | last modified time | path
    Searched defs:DirPath (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/IndexSerialization/
SerializablePathCollection.h 53 struct DirPath {
57 DirPath(RootDirKind Root, const StringPool::StringOffsetSize &Path)
62 DirPath Dir;
65 FilePath(const DirPath &Dir, const StringPool::StringOffsetSize &Filename)
92 llvm::StringMap<PathPool::DirPath, llvm::BumpPtrAllocator> UniqueDirs;
123 PathPool::DirPath tryStoreDirPath(llvm::StringRef dirStr);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp 464 std::string DirPath;
468 /// Sets \c CurrentDirIter to an iterator of \c DirPath in the next file
474 CurrentDirIter = FSList.back()->dir_begin(DirPath, EC);
514 DirPath(std::move(Dir)) {
516 CurrentDirIter = FSList.back()->dir_begin(DirPath, EC);
526 DirPath(std::move(FallbackDir)) {
1103 RedirectingFSDirRemapIterImpl(std::string DirPath,
1105 : Dir(std::move(DirPath)), DirStyle(getExistingStyle(Dir)),

Completed in 19 milliseconds