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()
2583 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()
3522 MutableArrayRef<ObjCDictionaryElement> Elements) { in RebuildObjCDictionaryLiteral()13946 SmallVector<ObjCDictionaryElement, 8> Elements; in TransformObjCDictionaryLiteral()13949 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformObjCDictionaryLiteral()13990 ObjCDictionaryElement Expansion = { in TransformObjCDictionaryLiteral()14013 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral()14050 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral()
332 ObjCDictionaryElement Element = DL->getKeyValueElement(i); in checkPostStmt()
3463 SmallVector<ObjCDictionaryElement, 4> Elements; // dictionary elements. in ParseObjCDictionaryLiteral()3510 ObjCDictionaryElement Element = { in ParseObjCDictionaryLiteral()
1310 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
2859 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()
7237 MutableArrayRef<ObjCDictionaryElement> Elements);