Searched refs:getNonLValueExprType (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 3467 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()
|
D | SemaInit.cpp | 912 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()
|
D | SemaOverload.cpp | 6447 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()
|
D | SemaCast.cpp | 52 ResultType(destType.getNonLValueExprType(S.Context)), in CastOperation()
|
D | SemaExpr.cpp | 7362 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()
|
D | SemaOpenMP.cpp | 7272 Type = Type.getNonLValueExprType(Context).getUnqualifiedType(); in ActOnOpenMPReductionClause()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1060 return getReturnType().getNonLValueExprType(Ctx) in getSendResultType() 1067 return getReturnType().getNonLValueExprType(getASTContext()) in getSendResultType()
|
D | DeclTemplate.cpp | 224 NTTP->getType().getNonLValueExprType(Context), in GenerateInjectedTemplateArgs()
|
D | ExprCXX.cpp | 774 : Expr(CXXDefaultInitExprClass, T.getNonLValueExprType(C), in CXXDefaultInitExpr()
|
D | Type.cpp | 2627 QualType QualType::getNonLValueExprType(const ASTContext &Context) const { in getNonLValueExprType() function in QualType
|
/external/clang/include/clang/AST/ |
D | Type.h | 859 QualType getNonLValueExprType(const ASTContext &Context) const; 2993 return getReturnType().getNonLValueExprType(Context);
|