|
LLVM
4.0.0
|
#include <ValueMap.h>
Public Member Functions | |
| ValueTypeProxy * | operator-> () |
| operator std::pair< KeyT, ValueT > () const | |
Public Attributes | |
| const KeyT | first |
| const ValueT & | second |
Definition at line 396 of file ValueMap.h.
|
inline |
Definition at line 400 of file ValueMap.h.
References llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::first, and llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::second.
|
inline |
Definition at line 399 of file ValueMap.h.
| const KeyT llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::first |
Definition at line 397 of file ValueMap.h.
Referenced by llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::operator std::pair< KeyT, ValueT >().
| const ValueT& llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::second |
Definition at line 398 of file ValueMap.h.
Referenced by llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::operator std::pair< KeyT, ValueT >().
1.8.6