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

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

#include "clang/AST/ExprObjC.h"

Public Attributes

ExprKey
 
ExprValue
 

Detailed Description

Internal struct for storing Key/value pair.

Definition at line 285 of file ExprObjC.h.

Member Data Documentation

◆ Key

Expr* clang::ObjCDictionaryLiteral_KeyValuePair::Key

Definition at line 286 of file ExprObjC.h.

Referenced by clang::ObjCDictionaryLiteral::getKeyValueElement().

◆ Value

Expr* clang::ObjCDictionaryLiteral_KeyValuePair::Value

Definition at line 287 of file ExprObjC.h.

Referenced by clang::ObjCDictionaryLiteral::getKeyValueElement().


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