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