Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CanQualType

54 static CanQualType GetThisType(ASTContext &Context, const CXXRecordDecl *RD) {
56 return Context.getPointerType(CanQualType::CreateUnsafe(RecTy));
69 static CanQualType GetReturnType(QualType RetTy) {
87 SmallVectorImpl<CanQualType> &prefix,
94 CanQualType resultType = FTP->getResultType().getUnqualifiedType();
101 SmallVectorImpl<CanQualType> &prefix,
120 SmallVectorImpl<CanQualType> &prefix,
131 SmallVector<CanQualType, 16> argTypes;
168 SmallVector<CanQualType, 16> argTypes;
201 SmallVector<CanQualType, 16> argTypes;
205 CanQualType resultType =
229 SmallVector<CanQualType, 2> argTypes;
233 CanQualType resultType =
256 CanQualType FTy = FD->getType()->getCanonicalTypeUnqualified();
290 SmallVector<CanQualType, 16> argTys;
382 SmallVector<CanQualType, 16> argTypes;
396 SmallVector<CanQualType, 16> argTypes;
413 SmallVector<CanQualType, 16> argTypes;
433 CodeGenTypes::arrangeLLVMFunctionInfo(CanQualType resultType,
434 ArrayRef<CanQualType> argTypes,
438 for (ArrayRef<CanQualType>::const_iterator
484 CanQualType resultType,
485 ArrayRef<CanQualType> argTypes,