Searched refs:QualTy (Results 1 – 4 of 4) sorted by relevance
78 QualType QualTy = Ctx.getTypeDeclType(D); in VisitTypeDecl() local79 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr())) in VisitTypeDecl()80 DI.getOrCreateStandaloneType(QualTy, D->getLocation()); in VisitTypeDecl()85 QualType QualTy(D->getTypeForDecl(), 0); in VisitObjCInterfaceDecl() local86 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr())) in VisitObjCInterfaceDecl()87 DI.getOrCreateStandaloneType(QualTy, D->getLocation()); in VisitObjCInterfaceDecl()
180 llvm::DIType *CreateSelfType(const QualType &QualTy, llvm::DIType *Ty);
3055 llvm::DIType *CGDebugInfo::CreateSelfType(const QualType &QualTy, in CreateSelfType() argument3057 llvm::DIType *CachedTy = getTypeOrNull(QualTy); in CreateSelfType()
8547 CanQualType QualTy = getFromTargetType(Ty); in getIntTypeForBitwidth() local8548 if (!QualTy && DestWidth == 128) in getIntTypeForBitwidth()8550 return QualTy; in getIntTypeForBitwidth()