getValue overloads
getValue
Declared in <llvm/ADT/ScopedHashTable.h>
<llvm/ADT/ScopedHashTable.h>
Return the bound value (const).
V const& getValue() const;
» more...
Return the bound value.
V& getValue();
Const reference to the value.
Reference to the value.
Created with MrDocs