Searched defs:ObjCDictionaryElement (Results 1 – 1 of 1) sorted by relevance
263 struct ObjCDictionaryElement { struct265 Expr *Key;268 Expr *Value;271 SourceLocation EllipsisLoc;275 Optional<unsigned> NumExpansions;278 bool isPackExpansion() const { return EllipsisLoc.isValid(); } in isPackExpansion()