HomeSort by: relevance | last modified time | path
    Searched defs:underlyingType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 6613 SplitQualType underlyingType = type.split();
6631 while (!prevTy || prevTy != underlyingType.Ty) {
6632 prevTy = underlyingType.Ty;
6633 underlyingType = underlyingType.getSingleStepDesugaredType();
6635 underlyingType.Quals.removeObjCLifetime();
6639 underlyingType.Quals.addObjCLifetime(lifetime);
6676 type = S.Context.getQualifiedType(underlyingType);
7133 QualType underlyingType = typedefDecl->getUnderlyingType();
7135 = AttributedType::stripOuterNullability(underlyingType)) {
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 5446 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const {
5466 DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0));
5469 DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType));
5478 QualType UnderlyingType,
5503 QualType CanonType = getCanonicalType(UnderlyingType);
5505 UnderlyingType, Kind,
9602 QualType underlyingType = ET->getDecl()->getIntegerType();
9603 if (underlyingType.isNull())
9605 if (Context.hasSameType(underlyingType, other)
    [all...]

Completed in 26 milliseconds