Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7418 QualType Desugared = Type; in handleMSPointerTypeQualifierAttr() local
7421 Desugared = TT->desugar(); in handleMSPointerTypeQualifierAttr()
7424 Desugared = ET->desugar(); in handleMSPointerTypeQualifierAttr()
7431 Desugared = AT->getModifiedType(); in handleMSPointerTypeQualifierAttr()
7459 if (!isa<PointerType>(Desugared)) { in handleMSPointerTypeQualifierAttr()
7572 QualType Desugared = QT; in CheckNullabilityTypeSpecifier() local
7600 Desugared = Attributed->getModifiedType(); in CheckNullabilityTypeSpecifier()
7614 if (auto TT = Desugared->getAs<TypedefType>()) { in CheckNullabilityTypeSpecifier()
7631 if (!Desugared->canHaveNullability() && in CheckNullabilityTypeSpecifier()
7645 if (Desugared->isArrayType()) in CheckNullabilityTypeSpecifier()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp2962 QualType Desugared in mangleType() local
2964 if (Desugared == T) in mangleType()
2967 T = Desugared; in mangleType()