Searched defs:CanonicalType (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | TypeTraits.cpp | 120 QualType CanonicalType = Type.getCanonicalType(); in isTriviallyDefaultConstructible() local
|
/llvm-project/clang-tools-extra/clang-tidy/performance/ |
H A D | UnnecessaryValueParamCheck.cpp | 106 auto CanonicalType = Param->getType().getCanonicalType(); in check() local
|
/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 352 DependentSizedMatrixType(QualType ElementType,QualType CanonicalType,Expr * RowExpr,Expr * ColumnExpr,SourceLocation loc) DependentSizedMatrixType() argument 2616 QualType CanonicalType = getTypePtr()->CanonicalType; isCXX98PODType() local 2670 QualType CanonicalType = getTypePtr()->CanonicalType; isTrivialType() local 2717 QualType CanonicalType = type.getCanonicalType(); isTriviallyCopyableTypeImpl() local 2754 auto CanonicalType = getCanonicalType(); isBitwiseCloneableType() local 2864 QualType CanonicalType = getCanonicalType(); isTriviallyEqualityComparableType() local 4074 UnaryTransformType(QualType BaseType,QualType UnderlyingType,UTTKind UKind,QualType CanonicalType) UnaryTransformType() argument 4416 Profile(llvm::FoldingSetNodeID & ID,const ObjCTypeParamDecl * OTPDecl,QualType CanonicalType,ArrayRef<ObjCProtocolDecl * > protocols) Profile() argument [all...] |
/llvm-project/clang/docs/ |
H A D | InternalsManual.rst | 1444 .. _CanonicalType: global() target
|
/llvm-project/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 489 const Type *CanonicalType = // root of the typedef tree VisitTypedefNameDecl() local 1284 const Type *const CanonicalType = typeHasMatchingAlias() local
|
/llvm-project/clang/lib/Index/ |
H A D | USRGeneration.cpp | 278 QualType CanonicalType = D->getType().getCanonicalType(); VisitFunctionDecl() local
|