Searched refs:NextForKey (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DScopedHashTable.h46 ScopedHashTableVal *NextForKey; member in class:llvm::ScopedHashTableVal
56 ScopedHashTableVal *getNextForKey() { return NextForKey; }
57 const ScopedHashTableVal *getNextForKey() const { return NextForKey; }
69 New->NextForKey = nextForKey;

Completed in 18 milliseconds