clang
8.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 268 of file ExprObjC.h.
Expr* clang::ObjCDictionaryLiteral_KeyValuePair::Key |
Definition at line 269 of file ExprObjC.h.
Expr* clang::ObjCDictionaryLiteral_KeyValuePair::Value |
Definition at line 270 of file ExprObjC.h.