Home
last modified time | relevance | path

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

/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp36 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/
DDeclarationName.cpp71 void Profile(llvm::FoldingSetNodeID &FSID) { in Profile() argument
72 FSID.AddPointer(ID); in Profile()