Searched refs:OrigElement (Results 1 – 2 of 2) sorted by relevance
411 Expr *OrigElement = Element; in CheckObjCCollectionLiteralElement() local425 if (isa<IntegerLiteral>(OrigElement) || in CheckObjCCollectionLiteralElement()426 isa<CharacterLiteral>(OrigElement) || in CheckObjCCollectionLiteralElement()427 isa<FloatingLiteral>(OrigElement) || in CheckObjCCollectionLiteralElement()428 isa<ObjCBoolLiteralExpr>(OrigElement) || in CheckObjCCollectionLiteralElement()429 isa<CXXBoolLiteralExpr>(OrigElement)) { in CheckObjCCollectionLiteralElement()431 int Which = isa<CharacterLiteral>(OrigElement) ? 1 in CheckObjCCollectionLiteralElement()437 << Which << OrigElement->getSourceRange() in CheckObjCCollectionLiteralElement()441 S.BuildObjCNumericLiteral(OrigElement->getBeginLoc(), OrigElement); in CheckObjCCollectionLiteralElement()453 << 0 << OrigElement->getSourceRange() in CheckObjCCollectionLiteralElement()[all …]
13949 ObjCDictionaryElement OrigElement = E->getKeyValueElement(I); in TransformObjCDictionaryLiteral() local13951 if (OrigElement.isPackExpansion()) { in TransformObjCDictionaryLiteral()13964 SourceRange PatternRange(OrigElement.Key->getBeginLoc(), in TransformObjCDictionaryLiteral()13965 OrigElement.Value->getEndLoc()); in TransformObjCDictionaryLiteral()13980 if (Key.get() != OrigElement.Key) in TransformObjCDictionaryLiteral()13987 if (Value.get() != OrigElement.Value) in TransformObjCDictionaryLiteral()14022 Element.EllipsisLoc = OrigElement.EllipsisLoc; in TransformObjCDictionaryLiteral()14034 ExprResult Key = getDerived().TransformExpr(OrigElement.Key); in TransformObjCDictionaryLiteral()14038 if (Key.get() != OrigElement.Key) in TransformObjCDictionaryLiteral()14043 = getDerived().TransformExpr(OrigElement.Value); in TransformObjCDictionaryLiteral()[all …]