Home
last modified time | relevance | path

Searched refs:getNonLValueExprType (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/Sema/
DSemaExprCXX.cpp3467 From = ImpCastExprToType(From, ToType.getNonLValueExprType(Context), in PerformImplicitConversion()
4128 ArgTy.getNonLValueExprType(S.Context), in evaluateTypeTrait()
4305 OpaqueValueExpr From(KeyLoc, LhsT.getNonLValueExprType(Self.Context), in EvaluateBinaryTypeTrait()
4356 OpaqueValueExpr Lhs(KeyLoc, LhsT.getNonLValueExprType(Self.Context), in EvaluateBinaryTypeTrait()
4358 OpaqueValueExpr Rhs(KeyLoc, RhsT.getNonLValueExprType(Self.Context), in EvaluateBinaryTypeTrait()
6115 ResultType = ResultType.getNonLValueExprType(Context); in BuildCXXMemberCallExpr()
DSemaInit.cpp912 ExprTy = ExprTy.getNonLValueExprType(SemaRef.Context); in CheckExplicitInitList()
2559 ResultType = ResultType.getNonLValueExprType(SemaRef.Context); in getStructuredSubobjectInit()
3945 T2.getNonLValueExprType(S.Context), in TryRefInitWithConversionFunction()
3961 T2.getNonLValueExprType(S.Context), in TryRefInitWithConversionFunction()
4756 ResultType = Initializer->getType().getNonLValueExprType(S.Context); in tryObjCWritebackConversion()
6611 TSInfo->getType().getNonLValueExprType(S.Context), TSInfo, in Perform()
DSemaOverload.cpp6447 QualType CallResultType = ConversionType.getNonLValueExprType(Context); in AddConversionCandidate()
11357 ResultTy = ResultTy.getNonLValueExprType(Context); in CreateOverloadedUnaryOp()
11585 ResultTy = ResultTy.getNonLValueExprType(Context); in CreateOverloadedBinOp()
11804 ResultTy = ResultTy.getNonLValueExprType(Context); in CreateOverloadedArraySubscriptExpr()
12076 ResultType = ResultType.getNonLValueExprType(Context); in BuildCallToMemberFunction()
12369 ResultTy = ResultTy.getNonLValueExprType(Context); in BuildCallToObjectOfClassType()
12552 ResultTy = ResultTy.getNonLValueExprType(Context); in BuildOverloadedArrowExpr()
12621 ResultTy = ResultTy.getNonLValueExprType(Context); in BuildLiteralOperatorCall()
DSemaCast.cpp52 ResultType(destType.getNonLValueExprType(S.Context)), in CastOperation()
DSemaExpr.cpp7362 QualType Ty = LHSType.getNonLValueExprType(Context); in CheckSingleAssignmentConstraints()
11776 QualType T = TInfo->getType().getNonLValueExprType(Context); in BuildVAArgExpr()
14167 E->setType(DestType.getNonLValueExprType(S.Context)); in VisitCallExpr()
DSemaOpenMP.cpp7272 Type = Type.getNonLValueExprType(Context).getUnqualifiedType(); in ActOnOpenMPReductionClause()
/external/clang/lib/AST/
DDeclObjC.cpp1060 return getReturnType().getNonLValueExprType(Ctx) in getSendResultType()
1067 return getReturnType().getNonLValueExprType(getASTContext()) in getSendResultType()
DDeclTemplate.cpp224 NTTP->getType().getNonLValueExprType(Context), in GenerateInjectedTemplateArgs()
DExprCXX.cpp774 : Expr(CXXDefaultInitExprClass, T.getNonLValueExprType(C), in CXXDefaultInitExpr()
DType.cpp2627 QualType QualType::getNonLValueExprType(const ASTContext &Context) const { in getNonLValueExprType() function in QualType
/external/clang/include/clang/AST/
DType.h859 QualType getNonLValueExprType(const ASTContext &Context) const;
2993 return getReturnType().getNonLValueExprType(Context);