Searched refs:ObjCDictionaryElement (Results 1 – 11 of 11) sorted by relevance
212 struct ObjCDictionaryElement { struct232 template <> struct isPodLike<clang::ObjCDictionaryElement> : std::true_type {}; argument284 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, 296 ArrayRef<ObjCDictionaryElement> VK, 309 ObjCDictionaryElement getKeyValueElement(unsigned Index) const {312 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
53 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, in ObjCDictionaryLiteral()90 ArrayRef<ObjCDictionaryElement> VK, in Create()
2437 ObjCDictionaryElement Element = E->getKeyValueElement(I); in VisitObjCDictionaryLiteral()
98 ObjCDictionaryElement Element = E->getKeyValueElement(I); in TraverseObjCDictionaryLiteral()
2852 MutableArrayRef<ObjCDictionaryElement> Elements) { in RebuildObjCDictionaryLiteral()10947 SmallVector<ObjCDictionaryElement, 8> Elements; in TransformObjCDictionaryLiteral()10950 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformObjCDictionaryLiteral()10993 ObjCDictionaryElement Expansion = { in TransformObjCDictionaryLiteral()11016 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral()11053 ObjCDictionaryElement Element = { in TransformObjCDictionaryLiteral()
871 MutableArrayRef<ObjCDictionaryElement> Elements) { in BuildObjCDictionaryLiteral()1008 for (ObjCDictionaryElement &Element : Elements) { in BuildObjCDictionaryLiteral()
332 ObjCDictionaryElement Element = DL->getKeyValueElement(i); in checkPostStmt()
3448 SmallVector<ObjCDictionaryElement, 4> Elements; // dictionary elements. in ParseObjCDictionaryLiteral()3486 ObjCDictionaryElement Element = { in ParseObjCDictionaryLiteral()
947 ObjCDictionaryElement Element = E->getKeyValueElement(i); in VisitObjCDictionaryLiteral()
2856 ObjCDictionaryElement Element = Exp->getKeyValueElement(i); in RewriteObjCDictionaryLiteralExpr()
5233 MutableArrayRef<ObjCDictionaryElement> Elements);