Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDScopedHashTable.h47 ScopedHashTableVal *NextInScope; variable
61 ScopedHashTableVal *getNextInScope() { return NextInScope; } in getNextInScope()
71 New->NextInScope = nextInScope; in Create()