Searched refs:underlyingType (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Sema/
H A DSemaType.cpp3975 SplitQualType underlyingType = type.split(); local
3992 while (!underlyingType.Quals.hasObjCLifetime()) {
3993 underlyingType = underlyingType.getSingleStepDesugaredType();
3995 underlyingType.Quals.removeObjCLifetime();
3999 underlyingType.Quals.addObjCLifetime(lifetime);
4017 type = S.Context.getQualifiedType(underlyingType);
/external/clang/lib/AST/
H A DType.cpp1779 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) argument
1788 UnderlyingType(underlyingType) {
H A DASTContext.cpp7072 QualType underlyingType = ET->getDecl()->getIntegerType(); local
7073 if (underlyingType.isNull()) return QualType();
7074 if (Context.hasSameType(underlyingType, other))
7080 Context.getTypeSize(underlyingType) == Context.getTypeSize(other))
/external/clang/include/clang/AST/
H A DType.h3204 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 110 milliseconds