Home
last modified time | relevance | path

Searched refs:oldType (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/libxo/xohtml/external/
H A Djquery.js3589 oldType, ret;
3595 oldType = event.type;
3598 event.type = oldType;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h6759 const AttributedType *oldType = TL.getTypePtr(); in TransformAttributedType() local
6774 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
6778 = getDerived().TransformType(oldType->getEquivalentType()); in TransformAttributedType()
6784 if (auto nullability = oldType->getImmediateNullability()) { in TransformAttributedType()