Home
last modified time | relevance | path

Searched refs:CanonTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5642 MacroQualifiedType(QualType UnderlyingTy, QualType CanonTy,
5644 : Type(MacroQualified, CanonTy, UnderlyingTy->getDependence()),
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3483 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()