Searched refs:QualTy (Results 1 – 4 of 4) sorted by relevance
86 QualType QualTy = Ctx.getTypeDeclType(D); in VisitTypeDecl() local87 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr())) in VisitTypeDecl()88 DI.getOrCreateStandaloneType(QualTy, D->getLocation()); in VisitTypeDecl()93 QualType QualTy(D->getTypeForDecl(), 0); in VisitObjCInterfaceDecl() local94 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr())) in VisitObjCInterfaceDecl()95 DI.getOrCreateStandaloneType(QualTy, D->getLocation()); in VisitObjCInterfaceDecl()
234 llvm::DIType *CreateSelfType(const QualType &QualTy, llvm::DIType *Ty);
5078 llvm::DIType *CGDebugInfo::CreateSelfType(const QualType &QualTy, in CreateSelfType() argument5080 llvm::DIType *CachedTy = getTypeOrNull(QualTy); in CreateSelfType()
12585 CanQualType QualTy = getFromTargetType(Ty); in getIntTypeForBitwidth() local12586 if (!QualTy && DestWidth == 128) in getIntTypeForBitwidth()12588 return QualTy; in getIntTypeForBitwidth()