clang  3.9.0
Public Attributes | List of all members
clang::ObjCDictionaryLiteral_KeyValuePair Struct Reference

Internal struct for storing Key/value pair. More...

#include <ExprObjC.h>

Collaboration diagram for clang::ObjCDictionaryLiteral_KeyValuePair:
[legend]

Public Attributes

ExprKey
 
ExprValue
 

Detailed Description

Internal struct for storing Key/value pair.

Definition at line 237 of file ExprObjC.h.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: