Searched refs:ObjCDictionaryElement (Results 1 – 11 of 11) sorted by relevance
239 struct ObjCDictionaryElement { struct261 template <> struct isPodLike<clang::ObjCDictionaryElement> : std::true_type {}; argument311 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,331 ArrayRef<ObjCDictionaryElement> VK,344 ObjCDictionaryElement getKeyValueElement(unsigned Index) const {347 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
59 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, in ObjCDictionaryLiteral()96 ArrayRef<ObjCDictionaryElement> VK, in Create()
2250 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCDictionaryLiteral()
119 ObjCDictionaryElement Element = E->getKeyValueElement(I); in TraverseObjCDictionaryLiteral()
2978 MutableArrayRef<ObjCDictionaryElement> Elements) { in RebuildObjCDictionaryLiteral()11821 SmallVector<ObjCDictionaryElement, 8> Elements; in TransformObjCDictionaryLiteral()11824 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformObjCDictionaryLiteral()11865 ObjCDictionaryElement Expansion = { in TransformObjCDictionaryLiteral()11888 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral()11925 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral()
876 MutableArrayRef<ObjCDictionaryElement> Elements) { in BuildObjCDictionaryLiteral()1013 for (ObjCDictionaryElement &Element : Elements) { in BuildObjCDictionaryLiteral()
332 ObjCDictionaryElement Element = DL->getKeyValueElement(i); in checkPostStmt()
3427 SmallVector<ObjCDictionaryElement, 4> Elements; // dictionary elements. in ParseObjCDictionaryLiteral()3474 ObjCDictionaryElement Element = { in ParseObjCDictionaryLiteral()
1049 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
2853 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()
5713 MutableArrayRef<ObjCDictionaryElement> Elements);