Searched refs:OrigElement (Results 1 – 2 of 2) sorted by relevance
409 Expr *OrigElement = Element; in CheckObjCCollectionLiteralElement() local423 if (isa<IntegerLiteral>(OrigElement) || in CheckObjCCollectionLiteralElement()424 isa<CharacterLiteral>(OrigElement) || in CheckObjCCollectionLiteralElement()425 isa<FloatingLiteral>(OrigElement) || in CheckObjCCollectionLiteralElement()426 isa<ObjCBoolLiteralExpr>(OrigElement) || in CheckObjCCollectionLiteralElement()427 isa<CXXBoolLiteralExpr>(OrigElement)) { in CheckObjCCollectionLiteralElement()429 int Which = isa<CharacterLiteral>(OrigElement) ? 1 in CheckObjCCollectionLiteralElement()435 << Which << OrigElement->getSourceRange() in CheckObjCCollectionLiteralElement()439 S.BuildObjCNumericLiteral(OrigElement->getBeginLoc(), OrigElement); in CheckObjCCollectionLiteralElement()451 << 0 << OrigElement->getSourceRange() in CheckObjCCollectionLiteralElement()[all …]
11824 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformObjCDictionaryLiteral() local11826 if (OrigElement.isPackExpansion()) { in TransformObjCDictionaryLiteral()11839 SourceRange PatternRange(OrigElement.Key->getBeginLoc(), in TransformObjCDictionaryLiteral()11840 OrigElement.Value->getEndLoc()); in TransformObjCDictionaryLiteral()11855 if (Key.get() != OrigElement.Key) in TransformObjCDictionaryLiteral()11862 if (Value.get() != OrigElement.Value) in TransformObjCDictionaryLiteral()11897 Element.EllipsisLoc = OrigElement.EllipsisLoc; in TransformObjCDictionaryLiteral()11909 ExprResult Key = getDerived().TransformExpr(OrigElement.Key); in TransformObjCDictionaryLiteral()11913 if (Key.get() != OrigElement.Key) in TransformObjCDictionaryLiteral()11918 = getDerived().TransformExpr(OrigElement.Value); in TransformObjCDictionaryLiteral()[all …]