Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclObjC.cpp1092 return getReturnType().getNonLValueExprType(Ctx) in getSendResultType()
1099 return getReturnType().getNonLValueExprType(getASTContext()) in getSendResultType()
DDeclTemplate.cpp215 NTTP->getType().getNonLValueExprType(Context), in GenerateInjectedTemplateArgs()
DExprCXX.cpp695 : Expr(CXXDefaultInitExprClass, T.getNonLValueExprType(C), in CXXDefaultInitExpr()
DType.cpp2615 QualType QualType::getNonLValueExprType(const ASTContext &Context) const { in getNonLValueExprType() function in QualType
/external/clang/lib/Sema/
DSemaExprCXX.cpp3727 From = ImpCastExprToType(From, ToType.getNonLValueExprType(Context), in PerformImplicitConversion()
4388 ArgTy.getNonLValueExprType(S.Context), in evaluateTypeTrait()
4565 OpaqueValueExpr From(KeyLoc, LhsT.getNonLValueExprType(Self.Context), in EvaluateBinaryTypeTrait()
4617 OpaqueValueExpr Lhs(KeyLoc, LhsT.getNonLValueExprType(Self.Context), in EvaluateBinaryTypeTrait()
4619 OpaqueValueExpr Rhs(KeyLoc, RhsT.getNonLValueExprType(Self.Context), in EvaluateBinaryTypeTrait()
6394 ResultType = ResultType.getNonLValueExprType(Context); in BuildCXXMemberCallExpr()
DSemaInit.cpp971 ExprTy = ExprTy.getNonLValueExprType(SemaRef.Context); in CheckExplicitInitList()
2645 ResultType = ResultType.getNonLValueExprType(SemaRef.Context); in getStructuredSubobjectInit()
4073 T2.getNonLValueExprType(S.Context), in TryRefInitWithConversionFunction()
4089 T2.getNonLValueExprType(S.Context), in TryRefInitWithConversionFunction()
4874 ResultType = Initializer->getType().getNonLValueExprType(S.Context); in tryObjCWritebackConversion()
6776 TSInfo->getType().getNonLValueExprType(S.Context), TSInfo, in Perform()
DSemaOverload.cpp6493 QualType CallResultType = ConversionType.getNonLValueExprType(Context); in AddConversionCandidate()
11604 ResultTy = ResultTy.getNonLValueExprType(Context); in CreateOverloadedUnaryOp()
11832 ResultTy = ResultTy.getNonLValueExprType(Context); in CreateOverloadedBinOp()
12051 ResultTy = ResultTy.getNonLValueExprType(Context); in CreateOverloadedArraySubscriptExpr()
12323 ResultType = ResultType.getNonLValueExprType(Context); in BuildCallToMemberFunction()
12626 ResultTy = ResultTy.getNonLValueExprType(Context); in BuildCallToObjectOfClassType()
12809 ResultTy = ResultTy.getNonLValueExprType(Context); in BuildOverloadedArrowExpr()
12878 ResultTy = ResultTy.getNonLValueExprType(Context); in BuildLiteralOperatorCall()
DSemaCast.cpp53 ResultType(destType.getNonLValueExprType(S.Context)), in CastOperation()
DSemaExpr.cpp7785 QualType Ty = LHSType.getNonLValueExprType(Context); in CheckSingleAssignmentConstraints()
12315 QualType T = TInfo->getType().getNonLValueExprType(Context); in BuildVAArgExpr()
14640 E->setType(DestType.getNonLValueExprType(S.Context)); in VisitCallExpr()
DSemaOpenMP.cpp9291 Type = Type.getNonLValueExprType(Context).getUnqualifiedType(); in ActOnOpenMPReductionClause()
/external/clang/include/clang/AST/
DType.h882 QualType getNonLValueExprType(const ASTContext &Context) const;
3029 return getReturnType().getNonLValueExprType(Context);