Searched defs:underlyingType (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DType.cpp1815 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) argument
1824 UnderlyingType(underlyingType) {
H A DASTContext.cpp7010 QualType underlyingType = ET->getDecl()->getIntegerType(); local
7011 if (underlyingType.isNull()) return QualType();
7012 if (Context.hasSameType(underlyingType, other))
7018 Context.getTypeSize(underlyingType) == Context.getTypeSize(other))
/external/clang/lib/Sema/
H A DSemaType.cpp4082 SplitQualType underlyingType = type.split(); local
4099 while (!underlyingType.Quals.hasObjCLifetime()) {
4100 underlyingType = underlyingType.getSingleStepDesugaredType();
4102 underlyingType.Quals.removeObjCLifetime();
4106 underlyingType.Quals.addObjCLifetime(lifetime);
4124 type = S.Context.getQualifiedType(underlyingType);
/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 430 milliseconds