Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DScopedHashTable.h45 ScopedHashTableVal *NextInScope; variable
58 ScopedHashTableVal *getNextInScope() { return NextInScope; } in getNextInScope()
68 New->NextInScope = nextInScope; in Create()