Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp7097 QualType desugared = type; in checkNullabilityTypeSpecifier() local
7098 while (auto attributed = dyn_cast<AttributedType>(desugared.getTypePtr())) { in checkNullabilityTypeSpecifier()
7117 desugared = attributed->getModifiedType(); in checkNullabilityTypeSpecifier()
7124 if (auto existingNullability = desugared->getNullability(S.Context)) { in checkNullabilityTypeSpecifier()
7131 if (auto typedefType = desugared->getAs<TypedefType>()) { in checkNullabilityTypeSpecifier()
7148 if (!desugared->canHaveNullability() && in checkNullabilityTypeSpecifier()
7149 !(allowOnArrayType && desugared->isArrayType())) { in checkNullabilityTypeSpecifier()
7160 if (desugared->isArrayType()) in checkNullabilityTypeSpecifier()
7161 pointeeType = desugared->getArrayElementTypeNoTypeQual(); in checkNullabilityTypeSpecifier()
7162 else if (desugared->isAnyPointerType()) in checkNullabilityTypeSpecifier()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DInternalsManual.rst1321 fully-desugared ``ForStmt``, however.