Searched refs:oldType (Results 1 – 4 of 4) sorted by relevance
320 Type oldType = old.getLocal(i); in mergeJsr() local322 if (oldType == null) { in mergeJsr()328 newType = oldType.merge(newType); in mergeJsr()331 if (!newType.equals(oldType) || newType.popChanged()) in mergeJsr()381 Type oldType = old.getLocal(index); in mergeRet() local383 if (oldType != newType) { in mergeRet()
1351 String oldType = null; in writeCtorChangedTableEntry() local1362 oldType = memberDiff.oldType_; in writeCtorChangedTableEntry()1363 if (oldType.compareTo("void") == 0) in writeCtorChangedTableEntry()1364 oldType = ""; in writeCtorChangedTableEntry()1368 oldMemberRef + ".html#" + className + "(" + oldType + in writeCtorChangedTableEntry()
3226 xsltOutputType oldType; in xsltDocumentElem() local3348 oldType = ctxt->type; in xsltDocumentElem()3667 ctxt->type = oldType; in xsltDocumentElem()
4624 const AttributedType *oldType = TL.getTypePtr(); in TransformAttributedType() local4633 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()4637 = getDerived().TransformType(oldType->getEquivalentType()); in TransformAttributedType()4640 result = SemaRef.Context.getAttributedType(oldType->getAttrKind(), in TransformAttributedType()