Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CanQualType

65 static CanQualType GetThisType(ASTContext &Context, const CXXRecordDecl *RD) {
67 return Context.getPointerType(CanQualType::CreateUnsafe(RecTy));
80 static CanQualType GetReturnType(QualType RetTy) {
99 SmallVectorImpl<CanQualType> &prefix,
125 SmallVectorImpl<CanQualType> &prefix,
131 CanQualType resultType = FTP->getReturnType().getUnqualifiedType();
142 SmallVector<CanQualType, 16> argTypes;
189 SmallVector<CanQualType, 16> argTypes;
226 SmallVector<CanQualType, 16> argTypes;
248 CanQualType resultType = TheCXXABI.HasThisReturn(GD)
265 SmallVector<CanQualType, 16> ArgTypes;
272 CanQualType ResultType = TheCXXABI.HasThisReturn(GD)
292 CanQualType FTy = FD->getType()->getCanonicalTypeUnqualified();
327 SmallVector<CanQualType, 16> argTys;
374 CanQualType ArgTys[] = { GetThisType(Context, MD->getParent()) };
386 SmallVector<CanQualType, 2> ArgTys;
431 SmallVector<CanQualType, 16> argTypes;
466 SmallVector<CanQualType, 16> argTypes;
480 SmallVector<CanQualType, 16> argTypes;
494 SmallVector<CanQualType, 16> argTypes;
515 CodeGenTypes::arrangeLLVMFunctionInfo(CanQualType resultType,
518 ArrayRef<CanQualType> argTypes,
522 std::mem_fun_ref(&CanQualType::isCanonicalAsParam)));
569 CanQualType resultType,
570 ArrayRef<CanQualType> argTypes,