Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp3729 SplitQualType underlyingType = type.split(); in handleObjCOwnershipTypeAttr() local
3746 while (!underlyingType.Quals.hasObjCLifetime()) { in handleObjCOwnershipTypeAttr()
3747 underlyingType = underlyingType.getSingleStepDesugaredType(); in handleObjCOwnershipTypeAttr()
3749 underlyingType.Quals.removeObjCLifetime(); in handleObjCOwnershipTypeAttr()
3753 underlyingType.Quals.addObjCLifetime(lifetime); in handleObjCOwnershipTypeAttr()
3771 type = S.Context.getQualifiedType(underlyingType); in handleObjCOwnershipTypeAttr()
/external/clang/lib/AST/
DType.cpp1782 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) in DecltypeType() argument
1791 UnderlyingType(underlyingType) { in DecltypeType()
/external/clang/include/clang/AST/
DType.h3150 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType());