Home | History | Annotate | Download | only in Sema

Lines Matching defs:ResultType

2643   QualType ResultType = CurrentObjectType;
2644 if (!ResultType->isArrayType())
2645 ResultType = ResultType.getNonLValueExprType(SemaRef.Context);
2646 Result->setType(ResultType);
4868 QualType ResultType;
4871 ResultType = S.Context.getPointerType(ArgPointee);
4874 ResultType = Initializer->getType().getNonLValueExprType(S.Context);
4877 Sequence.AddConversionSequenceStep(ICS, ResultType);
6212 QualType *ResultType) {
6237 if (ResultType && !Entity.getType()->isDependentType() &&
6262 *ResultType
6316 if (ResultType)
6317 *ResultType = Entity.getDecl() ? Entity.getDecl()->getType() :
6671 // Hack: We must update *ResultType if available in order to set the
6674 if (ResultType &&
6675 ResultType->getNonReferenceType()->isIncompleteArrayType()) {
6676 if ((*ResultType)->isRValueReferenceType())
6678 else if ((*ResultType)->isLValueReferenceType())
6680 (*ResultType)->getAs<LValueReferenceType>()->isSpelledAsLValue());
6681 *ResultType = Ty;
6822 CheckStringInit(CurInit.get(), ResultType ? *ResultType : Ty,
6842 if (ResultType) {
6847 *ResultType = S.Context.getConstantArrayType(