Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp2813 From = ImpCastExprToType(From, ToType.getNonLValueExprType(Context), in PerformImplicitConversion()
3387 T.getNonLValueExprType(S.Context), in evaluateTypeTrait()
3548 OpaqueValueExpr From(KeyLoc, LhsT.getNonLValueExprType(Self.Context), in EvaluateBinaryTypeTrait()
3598 OpaqueValueExpr Lhs(KeyLoc, LhsT.getNonLValueExprType(Self.Context), in EvaluateBinaryTypeTrait()
3600 OpaqueValueExpr Rhs(KeyLoc, RhsT.getNonLValueExprType(Self.Context), in EvaluateBinaryTypeTrait()
5345 ResultType = ResultType.getNonLValueExprType(Context); in BuildCXXMemberCallExpr()
DSemaInit.cpp608 ExprTy = ExprTy.getNonLValueExprType(SemaRef.Context); in CheckExplicitInitList()
2081 ResultType = ResultType.getNonLValueExprType(SemaRef.Context); in getStructuredSubobjectInit()
3278 T2.getNonLValueExprType(S.Context), in TryRefInitWithConversionFunction()
3294 T2.getNonLValueExprType(S.Context), in TryRefInitWithConversionFunction()
4017 ResultType = Initializer->getType().getNonLValueExprType(S.Context); in tryObjCWritebackConversion()
5365 TSInfo->getType().getNonLValueExprType(S.Context), in Perform()
DSemaOverload.cpp5791 QualType CallResultType = ConversionType.getNonLValueExprType(Context); in AddConversionCandidate()
10136 ResultTy = ResultTy.getNonLValueExprType(Context); in CreateOverloadedUnaryOp()
10374 ResultTy = ResultTy.getNonLValueExprType(Context); in CreateOverloadedBinOp()
10581 ResultTy = ResultTy.getNonLValueExprType(Context); in CreateOverloadedArraySubscriptExpr()
10853 ResultType = ResultType.getNonLValueExprType(Context); in BuildCallToMemberFunction()
11124 ResultTy = ResultTy.getNonLValueExprType(Context); in BuildCallToObjectOfClassType()
11297 ResultTy = ResultTy.getNonLValueExprType(Context); in BuildOverloadedArrowExpr()
11366 ResultTy = ResultTy.getNonLValueExprType(Context); in BuildLiteralOperatorCall()
DSemaCast.cpp50 ResultType(destType.getNonLValueExprType(S.Context)), in CastOperation()
DSemaExpr.cpp6107 LHSType.getNonLValueExprType(Context), Kind); in CheckSingleAssignmentConstraints()
9831 QualType T = TInfo->getType().getNonLValueExprType(Context); in BuildVAArgExpr()
11846 E->setType(DestType.getNonLValueExprType(S.Context)); in VisitCallExpr()
/external/clang/lib/AST/
DDeclTemplate.cpp193 NTTP->getType().getNonLValueExprType(Context), in GenerateInjectedTemplateArgs()
DType.cpp1547 QualType QualType::getNonLValueExprType(ASTContext &Context) const { in getNonLValueExprType() function in QualType
/external/clang/include/clang/AST/
DDeclObjC.h347 return getResultType().getNonLValueExprType(getASTContext()); in getSendResultType()
DType.h821 QualType getNonLValueExprType(ASTContext &Context) const;
2717 return getResultType().getNonLValueExprType(Context);