Searched defs:ObjCDictionaryElement (Results 1 – 1 of 1) sorted by relevance
262 struct ObjCDictionaryElement { struct264 Expr *Key;267 Expr *Value;270 SourceLocation EllipsisLoc;274 std::optional<unsigned> NumExpansions;277 bool isPackExpansion() const { return EllipsisLoc.isValid(); } in isPackExpansion()