Searched defs:ObjCDictionaryElement (Results 1 – 5 of 5) sorted by relevance
212 struct ObjCDictionaryElement { struct232 template <> struct isPodLike<clang::ObjCDictionaryElement> : std::true_type {}; argument
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()