Searched refs:FSID (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Host/ |
| H A D | FileSystemTest.cpp | 36 int FSID; // used to produce UniqueIDs member in __anonef9ab2f10111::DummyFileSystem 47 DummyFileSystem() : FSID(getNextFSID()) {} in DummyFileSystem() 136 vfs::Status S(Path, UniqueID(FSID, FileID++), in addRegularFile() 143 vfs::Status S(Path, UniqueID(FSID, FileID++), in addDirectory() 150 vfs::Status S(Path, UniqueID(FSID, FileID++), in addSymlink()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclarationName.h | 133 void Profile(llvm::FoldingSetNodeID &FSID) { FSID.AddPointer(ID); } in alignas()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | VirtualFileSystemTest.cpp | 46 int FSID; // used to produce UniqueIDs member in __anon6124b8b40111::DummyFileSystem 58 DummyFileSystem() : FSID(getNextFSID()), FileID(0) {} in DummyFileSystem() 155 vfs::Status S(Path, UniqueID(FSID, FileID++), in addRegularFile() 162 vfs::Status S(Path, UniqueID(FSID, FileID++), in addDirectory() 169 vfs::Status S(Path, UniqueID(FSID, FileID++), in addSymlink()
|