|
clang
5.0.0
|
Internal struct for storing Key/value pair. More...
#include "clang/AST/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().
1.8.6