Home | History | Annotate | Download | only in Sema

Lines Matching refs:Converted

144     ExprResult Converted = S.PerformContextuallyConvertToBool(Cond);
145 if (Converted.isInvalid())
147 Cond = Converted.get();
2374 SmallVector<TemplateArgument, 4> Converted;
2379 Converted))
2386 InstClassTemplate->findSpecialization(Converted, InsertPos);
2428 Converted.data(),
2429 Converted.size(),
2441 // Build the canonical type that describes the converted template
2444 TemplateName(InstClassTemplate), Converted.data(), Converted.size(),
2497 SmallVector<TemplateArgument, 4> Converted;
2501 Converted))
2508 Converted, InsertPos))
2513 VarTemplateArgsInfo, Converted);
2519 ArrayRef<TemplateArgument> Converted) {
2544 VarTemplate, DI->getType(), DI, D->getStorageClass(), Converted.data(),
2545 Converted.size());
2661 SmallVector<TemplateArgument, 4> Converted;
2666 Converted))
2673 = ClassTemplate->findPartialSpecialization(Converted, InsertPos);
2675 // Build the canonical type that describes the converted template
2679 Converted.data(),
2680 Converted.size());
2729 Converted.data(),
2730 Converted.size(),
2788 SmallVector<TemplateArgument, 4> Converted;
2790 InstTemplateArgs, false, Converted))
2797 VarTemplate->findPartialSpecialization(Converted, InsertPos);
2799 // Build the canonical type that describes the converted template
2802 TemplateName(VarTemplate), Converted.data(), Converted.size());
2858 DI, PartialSpec->getStorageClass(), Converted.data(),
2859 Converted.size(), InstTemplateArgs);
3488 SmallVectorImpl<TemplateArgument> &Converted,
3528 VarTemplate, FromVar, InsertPos, TemplateArgsInfo, Converted));