Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DScopedHashTable.h48 ScopedHashTableVal *NextInScope; variable
62 ScopedHashTableVal *getNextInScope() { return NextInScope; } in getNextInScope()
72 New->NextInScope = nextInScope; in Create()