Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Ty

136   bool isFuncTypeArgumentConvertible(QualType Ty);
165 const FunctionType *Ty) {
166 return getFunctionInfo(Ty->getResultType(), Args,
167 Ty->getExtInfo());
170 const CGFunctionInfo &getFunctionInfo(CanQual<FunctionProtoType> Ty);
171 const CGFunctionInfo &getFunctionInfo(CanQual<FunctionNoProtoType> Ty);
198 llvm::StructType *Ty);
202 void addRecordTypeName(const RecordDecl *RD, llvm::StructType *Ty,
210 /// GetExpandedTypes - Expand the type \arg Ty into the LLVM
224 bool isRecordLayoutComplete(const Type *Ty) const;
228 bool isRecordBeingLaidOut(const Type *Ty) const {
229 return RecordsBeingLaidOut.count(Ty);