Searched defs:DeductType (Results 1 - 1 of 1) sorted by path

/external/clang/lib/Sema/
H A DSemaLambda.cpp710 QualType DeductType = Context.getAutoDeductType(); local
712 TLB.pushTypeSpec(DeductType).setNameLoc(Loc);
714 DeductType = BuildReferenceType(DeductType, true, Loc, Id);
715 assert(!DeductType.isNull() && "can't build reference to auto");
716 TLB.push<ReferenceTypeLoc>(DeductType).setSigilLoc(Loc);
718 TypeSourceInfo *TSI = TLB.getTypeSourceInfo(Context, DeductType);

Completed in 226 milliseconds