Searched refs:FSID (Results 1 – 2 of 2) sorted by relevance
/external/clang/unittests/Basic/ |
D | VirtualFileSystemTest.cpp | 36 int FSID; // used to produce UniqueIDs member in __anon92a0c2160111::DummyFileSystem 46 DummyFileSystem() : FSID(getNextFSID()), FileID(0) {} in DummyFileSystem() 117 vfs::Status S(Path, UniqueID(FSID, FileID++), sys::TimeValue::now(), 0, 0, in addRegularFile() 123 vfs::Status S(Path, UniqueID(FSID, FileID++), sys::TimeValue::now(), 0, 0, in addDirectory() 129 vfs::Status S(Path, UniqueID(FSID, FileID++), sys::TimeValue::now(), 0, 0, in addSymlink()
|
/external/clang/lib/AST/ |
D | DeclarationName.cpp | 71 void Profile(llvm::FoldingSetNodeID &FSID) { in Profile() argument 72 FSID.AddPointer(ID); in Profile()
|