Home
last modified time | relevance | path

Searched refs:QualTy (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDObjectFilePCHContainerOperations.cpp86 QualType QualTy = Ctx.getTypeDeclType(D); in VisitTypeDecl() local
87 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr())) in VisitTypeDecl()
88 DI.getOrCreateStandaloneType(QualTy, D->getLocation()); in VisitTypeDecl()
93 QualType QualTy(D->getTypeForDecl(), 0); in VisitObjCInterfaceDecl() local
94 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr())) in VisitObjCInterfaceDecl()
95 DI.getOrCreateStandaloneType(QualTy, D->getLocation()); in VisitObjCInterfaceDecl()
HDCGDebugInfo.h234 llvm::DIType *CreateSelfType(const QualType &QualTy, llvm::DIType *Ty);
HDCGDebugInfo.cpp5078 llvm::DIType *CGDebugInfo::CreateSelfType(const QualType &QualTy, in CreateSelfType() argument
5080 llvm::DIType *CachedTy = getTypeOrNull(QualTy); in CreateSelfType()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp12585 CanQualType QualTy = getFromTargetType(Ty); in getIntTypeForBitwidth() local
12586 if (!QualTy && DestWidth == 128) in getIntTypeForBitwidth()
12588 return QualTy; in getIntTypeForBitwidth()