Searched refs:CanonTy (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Type.h | 5642 MacroQualifiedType(QualType UnderlyingTy, QualType CanonTy, 5644 : Type(MacroQualified, CanonTy, UnderlyingTy->getDependence()),
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 3483 QualType CanonTy = getCanonicalType(WrappedTy); in getCountAttributedType() local 3487 new (CATy) CountAttributedType(WrappedTy, CanonTy, CountExpr, CountInBytes, in getCountAttributedType() 4490 QualType CanonTy = getDependentVectorType(CanonVecTy, SizeExpr, in getDependentVectorType() local 4493 DependentVectorType(VecType, CanonTy, SizeExpr, AttrLoc, VecKind); in getDependentVectorType()
|