LLVM API Documentation
#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 341 of file ValueMap.h.
| llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::operator std::pair< KeyT, ValueT > | ( | ) | const [inline] |
Definition at line 345 of file ValueMap.h.
References llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::first, and llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::second.
| ValueTypeProxy* llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::operator-> | ( | ) | [inline] |
Definition at line 344 of file ValueMap.h.
| const KeyT llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::first |
Definition at line 342 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 343 of file ValueMap.h.
Referenced by llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::operator std::pair< KeyT, ValueT >().