Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefMemberChecker.cpp119 auto *Desugared = PointeeType->getUnqualifiedDesugaredType(); in getObjCDecl() local
120 if (!Desugared) in getObjCDecl()
122 auto *ObjCType = dyn_cast<ObjCInterfaceType>(Desugared); in getObjCDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7029 QualType Desugared = Type; in handleMSPointerTypeQualifierAttr() local
7031 if (const TypedefType *TT = dyn_cast<TypedefType>(Desugared)) { in handleMSPointerTypeQualifierAttr()
7032 Desugared = TT->desugar(); in handleMSPointerTypeQualifierAttr()
7034 } else if (const ElaboratedType *ET = dyn_cast<ElaboratedType>(Desugared)) { in handleMSPointerTypeQualifierAttr()
7035 Desugared = ET->desugar(); in handleMSPointerTypeQualifierAttr()
7038 const AttributedType *AT = dyn_cast<AttributedType>(Desugared); in handleMSPointerTypeQualifierAttr()
7042 Desugared = AT->getModifiedType(); in handleMSPointerTypeQualifierAttr()
7070 if (!isa<PointerType>(Desugared)) { in handleMSPointerTypeQualifierAttr()
7238 QualType Desugared = QT; in CheckNullabilityTypeSpecifier() local
7239 while (auto *Attributed = dyn_cast<AttributedType>(Desugared.getTypePtr())) { in CheckNullabilityTypeSpecifier()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp3051 QualType Desugared in mangleType() local
3053 if (Desugared == T) in mangleType()
3056 T = Desugared; in mangleType()