Home | History | Annotate | Download | only in Sema

Lines Matching defs:ResultType

1317     QualType ResultType = Result.get()->getType();
1319 Context, ResultType, Expr::getValueKindForType(TInfo->getType()), TInfo,
1591 QualType ResultType = Context.getPointerType(AllocType);
1803 if (ResultType->isArrayType() || ArraySize) {
1893 ArraySize, initStyle, Initializer, ResultType, AllocTypeInfo,
4440 QualType ResultType = Context.getLogicalOperationType();
4458 return TypeTraitExpr::Create(Context, ResultType, KWLoc, Kind, Args,
6392 QualType ResultType = Method->getReturnType();
6393 ExprValueKind VK = Expr::getValueKindForType(ResultType);
6394 ResultType = ResultType.getNonLValueExprType(Context);
6397 new (Context) CXXMemberCallExpr(Context, ME, None, ResultType, VK,