Searched refs:OrigElement (Results 1 – 2 of 2) sorted by relevance
412 Expr *OrigElement = Element; in CheckObjCCollectionLiteralElement() local426 if (isa<IntegerLiteral>(OrigElement) || in CheckObjCCollectionLiteralElement()427 isa<CharacterLiteral>(OrigElement) || in CheckObjCCollectionLiteralElement()428 isa<FloatingLiteral>(OrigElement) || in CheckObjCCollectionLiteralElement()429 isa<ObjCBoolLiteralExpr>(OrigElement) || in CheckObjCCollectionLiteralElement()430 isa<CXXBoolLiteralExpr>(OrigElement)) { in CheckObjCCollectionLiteralElement()432 int Which = isa<CharacterLiteral>(OrigElement) ? 1 in CheckObjCCollectionLiteralElement()438 << Which << OrigElement->getSourceRange() in CheckObjCCollectionLiteralElement()442 S.BuildObjCNumericLiteral(OrigElement->getBeginLoc(), OrigElement); in CheckObjCCollectionLiteralElement()454 << 0 << OrigElement->getSourceRange() in CheckObjCCollectionLiteralElement()[all …]
14421 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformObjCDictionaryLiteral() local14423 if (OrigElement.isPackExpansion()) { in TransformObjCDictionaryLiteral()14436 SourceRange PatternRange(OrigElement.Key->getBeginLoc(), in TransformObjCDictionaryLiteral()14437 OrigElement.Value->getEndLoc()); in TransformObjCDictionaryLiteral()14452 if (Key.get() != OrigElement.Key) in TransformObjCDictionaryLiteral()14459 if (Value.get() != OrigElement.Value) in TransformObjCDictionaryLiteral()14494 Element.EllipsisLoc = OrigElement.EllipsisLoc; in TransformObjCDictionaryLiteral()14506 ExprResult Key = getDerived().TransformExpr(OrigElement.Key); in TransformObjCDictionaryLiteral()14510 if (Key.get() != OrigElement.Key) in TransformObjCDictionaryLiteral()14515 = getDerived().TransformExpr(OrigElement.Value); in TransformObjCDictionaryLiteral()[all …]