Home
last modified time | relevance | path

Searched refs:UKind (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp9389 if (UKind == UnaryTransformType::RemoveAllExtents) in BuiltinRemoveExtent()
9402 if (UKind == UTTKind::RemoveCVRef && in BuiltinRemoveReference()
9422 if (UKind == UTTKind::RemoveConst || UKind == UTTKind::RemoveCV) in BuiltinChangeCVRQualifiers()
9424 if (UKind == UTTKind::RemoveVolatile || UKind == UTTKind::RemoveCV) in BuiltinChangeCVRQualifiers()
9426 if (UKind == UTTKind::RemoveRestrict) in BuiltinChangeCVRQualifiers()
9482 bool IsMakeSigned = UKind == UnaryTransformType::MakeSigned; in BuiltinChangeSignedness()
9511 switch (UKind) { in BuildUnaryTransformType()
9530 Result = BuiltinAddReference(BaseType, UKind, Loc); in BuildUnaryTransformType()
9535 Result = BuiltinRemoveExtent(BaseType, UKind, Loc); in BuildUnaryTransformType()
9540 Result = BuiltinRemoveReference(BaseType, UKind, Loc); in BuildUnaryTransformType()
[all …]
H A DTreeTransform.h1020 UnaryTransformType::UTTKind UKind,
14941 UnaryTransformType::UTTKind UKind, in RebuildUnaryTransformType() argument
14943 return SemaRef.BuildUnaryTransformType(BaseType, UKind, Loc); in RebuildUnaryTransformType()
/openbsd/gnu/llvm/clang/lib/AST/
H A DType.cpp3551 QualType UnderlyingType, UTTKind UKind, in UnaryTransformType() argument
3554 BaseType(BaseType), UnderlyingType(UnderlyingType), UKind(UKind) {} in UnaryTransformType()
3558 UTTKind UKind) in DependentUnaryTransformType() argument
3559 : UnaryTransformType(BaseType, C.DependentTy, UKind, QualType()) {} in DependentUnaryTransformType()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DType.h4752 UTTKind UKind;
4757 UnaryTransformType(QualType BaseTy, QualType UnderlyingTy, UTTKind UKind,
4767 UTTKind getUTTKind() const { return UKind; }
4784 UTTKind UKind);
4791 UTTKind UKind) {
4793 ID.AddInteger((unsigned)UKind);
H A DASTContext.h1699 UnaryTransformType::UTTKind UKind) const;
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h2558 QualType BuildUnaryTransformType(QualType BaseType, UTTKind UKind,
2564 QualType BuiltinAddReference(QualType BaseType, UTTKind UKind,
2566 QualType BuiltinRemoveExtent(QualType BaseType, UTTKind UKind,
2568 QualType BuiltinRemoveReference(QualType BaseType, UTTKind UKind,
2570 QualType BuiltinChangeCVRQualifiers(QualType BaseType, UTTKind UKind,
2572 QualType BuiltinChangeSignedness(QualType BaseType, UTTKind UKind,