Home
last modified time | relevance | path

Searched refs:RootDirKind (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/lib/IndexSerialization/
H A DSerializablePathCollection.cpp22 size_t PathPool::addFilePath(RootDirKind Root, in addFilePath()
72 PathPool::RootDirKind Root = PathPool::RootDirKind::Regular; in tryStoreDirPath()
75 Root = PathPool::RootDirKind::SysRoot; in tryStoreDirPath()
79 Root = PathPool::RootDirKind::CurrentWorkDir; in tryStoreDirPath()
83 if (Root != PathPool::RootDirKind::Regular) { in tryStoreDirPath()
/src/contrib/llvm-project/clang/include/clang/IndexSerialization/
H A DSerializablePathCollection.h46 enum class RootDirKind { enum
53 RootDirKind Root;
56 DirPath(RootDirKind Root, const StringPool::StringOffsetSize &Path) in DirPath()
69 size_t addFilePath(RootDirKind Root, const StringPool::StringOffsetSize &Dir,