Searched refs:getNonLValueExprType (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1092 return getReturnType().getNonLValueExprType(Ctx) in getSendResultType() 1099 return getReturnType().getNonLValueExprType(getASTContext()) in getSendResultType()
|
D | DeclTemplate.cpp | 215 NTTP->getType().getNonLValueExprType(Context), in GenerateInjectedTemplateArgs()
|
D | ExprCXX.cpp | 695 : Expr(CXXDefaultInitExprClass, T.getNonLValueExprType(C), in CXXDefaultInitExpr()
|
D | Type.cpp | 2615 QualType QualType::getNonLValueExprType(const ASTContext &Context) const { in getNonLValueExprType() function in QualType
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 3727 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()
|
D | SemaInit.cpp | 971 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()
|
D | SemaOverload.cpp | 6493 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()
|
D | SemaCast.cpp | 53 ResultType(destType.getNonLValueExprType(S.Context)), in CastOperation()
|
D | SemaExpr.cpp | 7785 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()
|
D | SemaOpenMP.cpp | 9291 Type = Type.getNonLValueExprType(Context).getUnqualifiedType(); in ActOnOpenMPReductionClause()
|
/external/clang/include/clang/AST/ |
D | Type.h | 882 QualType getNonLValueExprType(const ASTContext &Context) const; 3029 return getReturnType().getNonLValueExprType(Context);
|