Home
last modified time | relevance | path

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

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