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

/external/clang/lib/Sema/
H A DSemaType.cpp5833 QualType desugared = type; local
5834 while (auto attributed = dyn_cast<AttributedType>(desugared.getTypePtr())) {
5853 desugared = attributed->getModifiedType();
5860 if (auto existingNullability = desugared->getNullability(Context)) {
5867 if (auto typedefType = desugared->getAs<TypedefType>()) {
5884 if (!desugared->canHaveNullability()) {
5894 QualType pointeeType = desugared->getPointeeType();
/external/clang/lib/AST/
H A DType.cpp3150 // its expansion (and thus its desugared type) doesn't.
3491 QualType desugared = type.getSingleStepDesugaredType(context);
3492 if (desugared.getTypePtr() == type.getTypePtr())
3495 type = desugared;

Completed in 345 milliseconds