|
LLVM
3.7.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 362 of file ValueMap.h.
|
inline |
Definition at line 366 of file ValueMap.h.
References llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::first, and llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::second.
|
inline |
Definition at line 365 of file ValueMap.h.
| const KeyT llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::first |
Definition at line 363 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 364 of file ValueMap.h.
Referenced by llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::operator std::pair< KeyT, ValueT >().
1.8.6