Searched refs:getNonLValueExprType (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 2813 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()
|
D | SemaInit.cpp | 608 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()
|
D | SemaOverload.cpp | 5791 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()
|
D | SemaCast.cpp | 50 ResultType(destType.getNonLValueExprType(S.Context)), in CastOperation()
|
D | SemaExpr.cpp | 6107 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/ |
D | DeclTemplate.cpp | 193 NTTP->getType().getNonLValueExprType(Context), in GenerateInjectedTemplateArgs()
|
D | Type.cpp | 1547 QualType QualType::getNonLValueExprType(ASTContext &Context) const { in getNonLValueExprType() function in QualType
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 347 return getResultType().getNonLValueExprType(getASTContext()); in getSendResultType()
|
D | Type.h | 821 QualType getNonLValueExprType(ASTContext &Context) const; 2717 return getResultType().getNonLValueExprType(Context);
|