Searched refs:OrigResultType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmt.cpp2610 TypeLoc OrigResultType = FD->getTypeSourceInfo()->getTypeLoc(). local
2624 DeduceAutoResult DAR = DeduceAutoType(OrigResultType, RetExpr, Deduced);
2628 << OrigResultType.getType() << RetExpr->getType();
2638 if (!OrigResultType.getType()->getAs<AutoType>()) {
2640 << OrigResultType.getType();
2644 Deduced = SubstAutoType(OrigResultType.getType(), Context.VoidTy);

Completed in 51 milliseconds