Searched refs:UKind (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1834 UTTKind UKind,
1840 , BaseType(BaseType), UnderlyingType(UnderlyingType), UKind(UKind)
1832 UnaryTransformType(QualType BaseType, QualType UnderlyingType, UTTKind UKind, QualType CanonicalType) argument
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3266 UTTKind UKind; member in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
3268 UnaryTransformType(QualType BaseTy, QualType UnderlyingTy, UTTKind UKind,
3278 UTTKind getUTTKind() const { return UKind; }
H A DASTContext.h1142 UnaryTransformType::UTTKind UKind) const;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp5469 UnaryTransformType::UTTKind UKind,
5471 switch (UKind) {
5468 BuildUnaryTransformType(QualType BaseType, UnaryTransformType::UTTKind UKind, SourceLocation Loc) argument
H A DTreeTransform.h784 UnaryTransformType::UTTKind UKind,
9621 UnaryTransformType::UTTKind UKind,
9623 return SemaRef.BuildUnaryTransformType(BaseType, UKind, Loc);
9620 RebuildUnaryTransformType(QualType BaseType, UnaryTransformType::UTTKind UKind, SourceLocation Loc) argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp4733 UnaryTransformType::UTTKind UKind = (UnaryTransformType::UTTKind)Record[2]; local
4734 return Context.getUnaryTransformType(BaseType, UnderlyingType, UKind);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1290 UnaryTransformType::UTTKind UKind,

Completed in 268 milliseconds