Home
last modified time | relevance | path

Searched defs:CanonicalType (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DTypeTraits.cpp120 QualType CanonicalType = Type.getCanonicalType(); in isTriviallyDefaultConstructible() local
/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DUnnecessaryValueParamCheck.cpp106 auto CanonicalType = Param->getType().getCanonicalType(); in check() local
/llvm-project/clang/lib/AST/
H A DType.cpp352 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 DInternalsManual.rst1444 .. _CanonicalType: global() target
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp489 const Type *CanonicalType = // root of the typedef tree VisitTypedefNameDecl() local
1284 const Type *const CanonicalType = typeHasMatchingAlias() local
/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp278 QualType CanonicalType = D->getType().getCanonicalType(); VisitFunctionDecl() local