Searched defs:UKind (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 9598 QualType Sema::BuiltinAddReference(QualType BaseType, UTTKind UKind, in BuiltinAddReference() 9610 QualType Sema::BuiltinRemoveExtent(QualType BaseType, UTTKind UKind, in BuiltinRemoveExtent() 9621 QualType Sema::BuiltinRemoveReference(QualType BaseType, UTTKind UKind, in BuiltinRemoveReference() 9636 QualType Sema::BuiltinChangeCVRQualifiers(QualType BaseType, UTTKind UKind, in BuiltinChangeCVRQualifiers() 9703 QualType Sema::BuiltinChangeSignedness(QualType BaseType, UTTKind UKind, in BuiltinChangeSignedness() 9729 QualType Sema::BuildUnaryTransformType(QualType BaseType, UTTKind UKind, in BuildUnaryTransformType()
|
H A D | TreeTransform.h | 16254 UnaryTransformType::UTTKind UKind, in RebuildUnaryTransformType()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 4044 QualType UnderlyingType, UTTKind UKind, in UnaryTransformType() 4051 UTTKind UKind) in DependentUnaryTransformType()
|