clang 20.0.0git
|
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 285 of file ExprObjC.h.
Expr* clang::ObjCDictionaryLiteral_KeyValuePair::Key |
Definition at line 286 of file ExprObjC.h.
Referenced by clang::ObjCDictionaryLiteral::getKeyValueElement().
Expr* clang::ObjCDictionaryLiteral_KeyValuePair::Value |
Definition at line 287 of file ExprObjC.h.
Referenced by clang::ObjCDictionaryLiteral::getKeyValueElement().