Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h234 llvm::DIType *CreateSelfType(const QualType &QualTy, llvm::DIType *Ty);
H A DCGDebugInfo.cpp5078 llvm::DIType *CGDebugInfo::CreateSelfType(const QualType &QualTy, in CreateSelfType() argument
5080 llvm::DIType *CachedTy = getTypeOrNull(QualTy); in CreateSelfType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp12585 CanQualType QualTy = getFromTargetType(Ty); in getIntTypeForBitwidth() local
12586 if (!QualTy && DestWidth == 128) in getIntTypeForBitwidth()
12588 return QualTy; in getIntTypeForBitwidth()