Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7564 const AttributedType *oldType = TL.getTypePtr(); in TransformAttributedType() local
7579 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
7604 if (auto nullability = oldType->getImmediateNullability()) { in TransformAttributedType()
7665 const HLSLAttributedResourceType *oldType = TL.getTypePtr(); in TransformHLSLAttributedResourceType() local
7672 QualType OldContainedTy = oldType->getContainedType(); in TransformHLSLAttributedResourceType()
7685 if (getDerived().AlwaysRebuild() || WrappedTy != oldType->getWrappedType() || in TransformHLSLAttributedResourceType()
7686 ContainedTy != oldType->getContainedType()) { in TransformHLSLAttributedResourceType()
7688 WrappedTy, ContainedTy, oldType->getAttrs()); in TransformHLSLAttributedResourceType()
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js3589 oldType, ret;
3595 oldType = event.type;
3598 event.type = oldType;