Searched defs:ObjCDictionaryElement (Results 1 – 1 of 1) sorted by relevance
260 struct ObjCDictionaryElement { struct262 Expr *Key;265 Expr *Value;268 SourceLocation EllipsisLoc;272 UnsignedOrNone NumExpansions;275 bool isPackExpansion() const { return EllipsisLoc.isValid(); } in isPackExpansion()