Searched defs:getNextForKey (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DScopedHashTable.h56 ScopedHashTableVal *getNextForKey() { return NextForKey; } function in class:llvm::ScopedHashTableVal
57 const ScopedHashTableVal *getNextForKey() const { return NextForKey; } function in class:llvm::ScopedHashTableVal
136 Node = Node->getNextForKey();
236 if (ThisEntry->getNextForKey() == 0) {
243 KeyEntry = ThisEntry->getNextForKey();

Completed in 69 milliseconds