Searched refs:ObjCDictionaryElement (Results 1 – 11 of 11) sorted by relevance
263 struct ObjCDictionaryElement { struct329 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,349 ArrayRef<ObjCDictionaryElement> VK,362 ObjCDictionaryElement getKeyValueElement(unsigned Index) const { in getKeyValueElement()365 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None }; in getKeyValueElement()
53 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, in ObjCDictionaryLiteral()79 ArrayRef<ObjCDictionaryElement> VK, in Create()
2410 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCDictionaryLiteral()
118 ObjCDictionaryElement Element = E->getKeyValueElement(I); in TraverseObjCDictionaryLiteral()
954 MutableArrayRef<ObjCDictionaryElement> Elements) { in BuildObjCDictionaryLiteral()1089 for (ObjCDictionaryElement &Element : Elements) { in BuildObjCDictionaryLiteral()
3438 MutableArrayRef<ObjCDictionaryElement> Elements) { in RebuildObjCDictionaryLiteral()13586 SmallVector<ObjCDictionaryElement, 8> Elements; in TransformObjCDictionaryLiteral()13589 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformObjCDictionaryLiteral()13630 ObjCDictionaryElement Expansion = { in TransformObjCDictionaryLiteral()13653 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral()13690 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral()
331 ObjCDictionaryElement Element = DL->getKeyValueElement(i); in checkPostStmt()
3454 SmallVector<ObjCDictionaryElement, 4> Elements; // dictionary elements. in ParseObjCDictionaryLiteral()3501 ObjCDictionaryElement Element = { in ParseObjCDictionaryLiteral()
1301 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
2858 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()
6870 MutableArrayRef<ObjCDictionaryElement> Elements);