Searched defs:CanonicalType (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 336 DependentSizedMatrixType(QualType ElementType,QualType CanonicalType,Expr * RowExpr,Expr * ColumnExpr,SourceLocation loc) DependentSizedMatrixType() argument 2534 QualType CanonicalType = getTypePtr()->CanonicalType; isCXX98PODType() local 2588 QualType CanonicalType = getTypePtr()->CanonicalType; isTrivialType() local 2635 QualType CanonicalType = type.getCanonicalType(); isTriviallyCopyableTypeImpl() local 2743 QualType CanonicalType = getCanonicalType(); isTriviallyEqualityComparableType() local 3818 UnaryTransformType(QualType BaseType,QualType UnderlyingType,UTTKind UKind,QualType CanonicalType) UnaryTransformType() argument 4157 Profile(llvm::FoldingSetNodeID & ID,const ObjCTypeParamDecl * OTPDecl,QualType CanonicalType,ArrayRef<ObjCProtocolDecl * > protocols) Profile() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 489 const Type *CanonicalType = // root of the typedef tree in VisitTypedefNameDecl() local 1284 const Type *const CanonicalType = in typeHasMatchingAlias() local
|