Searched refs:QualTy (Results 1 – 4 of 4) sorted by relevance
88 QualType QualTy = Ctx.getTypeDeclType(D); in VisitTypeDecl() local89 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr())) in VisitTypeDecl()90 DI.getOrCreateStandaloneType(QualTy, D->getLocation()); in VisitTypeDecl()95 QualType QualTy(D->getTypeForDecl(), 0); in VisitObjCInterfaceDecl() local96 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr())) in VisitObjCInterfaceDecl()97 DI.getOrCreateStandaloneType(QualTy, D->getLocation()); in VisitObjCInterfaceDecl()
174 llvm::DIType *CreateSelfType(const QualType &QualTy, llvm::DIType *Ty);
3254 llvm::DIType *CGDebugInfo::CreateSelfType(const QualType &QualTy, in CreateSelfType() argument3256 llvm::DIType *CachedTy = getTypeOrNull(QualTy); in CreateSelfType()
8738 CanQualType QualTy = getFromTargetType(Ty); in getIntTypeForBitwidth() local8739 if (!QualTy && DestWidth == 128) in getIntTypeForBitwidth()8741 return QualTy; in getIntTypeForBitwidth()