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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp86 QualType QualTy = Ctx.getTypeDeclType(D);
87 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr()))
88 DI.getOrCreateStandaloneType(QualTy, D->getLocation());
93 QualType QualTy(D->getTypeForDecl(), 0);
94 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr()))
95 DI.getOrCreateStandaloneType(QualTy, D->getLocation());
H A DCGDebugInfo.h181 llvm::DIType *CreateSelfType(const QualType &QualTy, llvm::DIType *Ty);
H A DCGDebugInfo.cpp3063 llvm::DIType *CGDebugInfo::CreateSelfType(const QualType &QualTy, argument
3065 llvm::DIType *CachedTy = getTypeOrNull(QualTy);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp8605 /// sets integer QualTy according to specified details:
8611 CanQualType QualTy = getFromTargetType(Ty); local
8612 if (!QualTy && DestWidth == 128)
8614 return QualTy;
8618 /// sets floating point QualTy according to specified bitwidth.

Completed in 201 milliseconds