clang
3.9.0
|
Internal struct for storing Key/value pair. More...
#include <ExprObjC.h>
Public Attributes | |
Expr * | Key |
Expr * | Value |
Internal struct for storing Key/value pair.
Definition at line 237 of file ExprObjC.h.
Expr* clang::ObjCDictionaryLiteral_KeyValuePair::Key |
Definition at line 238 of file ExprObjC.h.
Referenced by clang::ObjCDictionaryLiteral::getKeyValueElement().
Expr* clang::ObjCDictionaryLiteral_KeyValuePair::Value |
Definition at line 239 of file ExprObjC.h.
Referenced by clang::ObjCDictionaryLiteral::getKeyValueElement().