Home
last modified time | relevance | path

Searched refs:VK_LValue (Results 1 – 25 of 40) sorted by relevance

12

/external/clang/lib/Sema/
DSemaExprMember.cpp888 S.Context.PseudoObjectTy, VK_LValue, in BuildMSPropertyRefExpr()
1119 Var->getType().getNonReferenceType(), VK_LValue, in BuildMemberReferenceExpr()
1130 valueKind = VK_LValue; in BuildMemberReferenceExpr()
1471 ObjCPropertyRefExpr(PD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
1490 ObjCPropertyRefExpr(OMD, SMD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
1544 Getter, Setter, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
1568 VK = VK_LValue; in LookupMemberExpr()
1704 ExprValueKind VK = VK_LValue; in BuildFieldReferenceExpr()
1719 VK = VK_LValue; in BuildFieldReferenceExpr()
DSemaCoroutine.cpp202 Loc, E->getType(), VK_LValue, E->getObjectKind(), E); in buildCoawaitCalls()
268 Promise, Promise->getType().getNonReferenceType(), VK_LValue, Loc); in buildPromiseCall()
DSemaFixItUtils.cpp99 S, Begin, VK_LValue); in tryToFixConversion()
DSemaCUDA.cpp33 DeclRefExpr(ConfigDecl, false, ConfigQTy, VK_LValue, LLLLoc); in ActOnCUDAExecConfigExpr()
DSemaExprObjC.cpp1789 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
1793 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
1805 PD, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, MemberLoc, in HandleExprPropertyRefExpr()
1809 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
1873 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
1877 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
2009 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in ActOnClassPropertyRefExpr()
2014 Getter, Setter, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, in ActOnClassPropertyRefExpr()
DSemaStmt.cpp2190 VK_LValue, ColonLoc); in BuildCXXForRangeStmt()
2195 VK_LValue, ColonLoc); in BuildCXXForRangeStmt()
2326 VK_LValue, ColonLoc); in BuildCXXForRangeStmt()
2331 VK_LValue, ColonLoc); in BuildCXXForRangeStmt()
2351 VK_LValue, ColonLoc); in BuildCXXForRangeStmt()
2369 VK_LValue, ColonLoc); in BuildCXXForRangeStmt()
DSemaExpr.cpp2856 valueKind = VK_LValue; in BuildDeclarationNameExpr()
2864 valueKind = VK_LValue; // even if the parameter is an r-value reference in BuildDeclarationNameExpr()
2890 valueKind = VK_LValue; in BuildDeclarationNameExpr()
2926 valueKind = VK_LValue; in BuildDeclarationNameExpr()
2946 valueKind = VK_LValue; in BuildDeclarationNameExpr()
2963 valueKind = VK_LValue; in BuildDeclarationNameExpr()
3952 VK_LValue, OK_Ordinary, rbLoc); in ActOnArraySubscriptExpr()
3967 base, idx, Context.PseudoObjectTy, VK_LValue, OK_Ordinary, rbLoc); in ActOnArraySubscriptExpr()
4020 VK_LValue, OK_Ordinary, ColonLoc, RBLoc); in ActOnOMPArraySectionExpr()
4118 VK_LValue, OK_Ordinary, ColonLoc, RBLoc); in ActOnOMPArraySectionExpr()
[all …]
DSemaObjCProperty.cpp1241 VK_LValue, PropertyDiagLoc); in ActOnPropertyImplDecl()
1293 VK_LValue, PropertyDiagLoc); in ActOnPropertyImplDecl()
1309 VK_LValue, PropertyDiagLoc); in ActOnPropertyImplDecl()
DSemaDeclCXX.cpp3370 VK_LValue, SourceLocation()); in BuildImplicitBaseInitializer()
3402 VK_LValue, nullptr); in BuildImplicitBaseInitializer()
3419 Moving ? VK_XValue : VK_LValue, in BuildImplicitBaseInitializer()
3475 Loc, ParamType, VK_LValue, nullptr); in BuildImplicitMemberInitializer()
3538 = SemaRef.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc); in BuildImplicitMemberInitializer()
9569 return assertNotNull(S.BuildDeclRefExpr(Var, VarType, VK_LValue, Loc).get()); in build()
9936 SizeType, VK_LValue, OK_Ordinary, Loc); in buildSingleCopyAssignRecursively()
10224 VK_LValue, BasePath); in DefineImplicitCopyAssignment()
10231 VK_LValue, BasePath); in DefineImplicitCopyAssignment()
10663 VK_LValue, BasePath); in DefineImplicitMoveAssignment()
[all …]
DSemaInit.cpp3052 case VK_LValue: S.Kind = SK_CastDerivedToBaseLValue; break; in AddDerivedToBaseCastStep()
3098 case VK_LValue: in AddQualificationConversionStep()
3952 VK = VK_LValue; in TryRefInitWithConversionFunction()
3954 VK = RRef->getPointeeType()->isFunctionType() ? VK_LValue : VK_XValue; in TryRefInitWithConversionFunction()
4122 VK_LValue); in TryReferenceInitializationCore()
6246 VK_LValue : in Perform()
6449 VK_LValue : in Perform()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp894 FD->getType(), VK_LValue, OK_Ordinary); in getIvarAccessString()
2124 new (Context) DeclRefExpr(FD, false, msgSendType, VK_LValue, SourceLocation()); in SynthesizeCallToFunctionDecl()
2611 DeclRefExpr *DRE = new (Context) DeclRefExpr(NewVD, false, strType, VK_LValue, in RewriteObjCStringLiteral()
2701 VK_LValue, SourceLocation()); in RewriteObjCBoxedExpr()
2760 NSArrayFType, VK_LValue, SourceLocation()); in RewriteObjCArrayLiteralExpr()
2770 SourceLocation(), ARRFD->getType(), VK_LValue, OK_Ordinary); in RewriteObjCArrayLiteralExpr()
2825 VK_LValue, SourceLocation()); in RewriteObjCArrayLiteralExpr()
2892 NSDictFType, VK_LValue, SourceLocation()); in RewriteObjCDictionaryLiteralExpr()
2902 SourceLocation(), ARRFD->getType(), VK_LValue, OK_Ordinary); in RewriteObjCDictionaryLiteralExpr()
2912 NSDictFType, VK_LValue, SourceLocation()); in RewriteObjCDictionaryLiteralExpr()
[all …]
DRewriteObjC.cpp2016 VK_LValue, SourceLocation()); in SynthesizeCallToFunctionDecl()
2513 DeclRefExpr *DRE = new (Context) DeclRefExpr(NewVD, false, strType, VK_LValue, in RewriteObjCStringLiteral()
2598 VK_LValue, SourceLocation()); in SynthMsgSendStretCallExpr()
2707 false, superType, VK_LValue, in SynthMessageExpr()
2710 superType, VK_LValue, in SynthMessageExpr()
2733 superType, VK_LValue, in SynthMessageExpr()
2802 false, superType, VK_LValue, in SynthMessageExpr()
2805 superType, VK_LValue, SourceLocation()); in SynthMessageExpr()
2946 VK_LValue, SourceLocation()); in SynthMessageExpr()
3051 VK_LValue, SourceLocation()); in RewriteObjCProtocolExpr()
[all …]
/external/clang/include/clang/Basic/
DSpecifiers.h101 VK_LValue, enumerator
/external/clang/lib/AST/
DExprCXX.cpp330 : Expr(K, C.OverloadTy, VK_LValue, OK_Ordinary, KnownDependent, in OverloadExpr()
418 : Expr(DependentScopeDeclRefExprClass, T, VK_LValue, OK_Ordinary, in DependentScopeDeclRefExpr()
775 T->isLValueReferenceType() ? VK_LValue : T->isRValueReferenceType() in CXXDefaultInitExpr()
1156 (Type->getType()->isLValueReferenceType() ? VK_LValue in CXXUnresolvedConstructExpr()
1208 VK_LValue, OK_Ordinary, true, true, true, in CXXDependentScopeMemberExpr()
1243 VK_LValue, OK_Ordinary, true, true, true, in CXXDependentScopeMemberExpr()
1472 : Expr(FunctionParmPackExprClass, T, VK_LValue, OK_Ordinary, true, true, in FunctionParmPackExpr()
DExprClassification.cpp56 case Cl::CL_LValue: assert(getValueKind() == VK_LValue); break; in ClassifyImpl()
94 case VK_LValue: in ClassifyExprValueKind()
DExprObjC.cpp131 base, key, T, VK_LValue, OK_ObjCSubscript, getMethod, setMethod, RB); in Create()
/external/clang/lib/Analysis/
DBodyFarm.cpp118 /* VK = */ VK_LValue); in makeDeclRefExpr()
124 VK_LValue, OK_Ordinary, SourceLocation()); in makeDereference()
DThreadSafety.cpp1803 DeclRefExpr DRE(VD, false, VD->getType(), VK_LValue, VD->getLocation()); in handleCall()
2315 VK_LValue, AD.getTriggerStmt()->getLocEnd()); in runAnalysis()
/external/clang/lib/CodeGen/
DCGObjC.cpp1052 VK_LValue, SourceLocation()); in emitStructSetterCall()
1098 VK_LValue, SourceLocation()); in emitCPPObjectAtomicSetterCall()
1274 VK_LValue, SourceLocation()); in generateObjCSetterBody()
1284 DeclRefExpr arg(argDecl, false, argType, VK_LValue, SourceLocation()); in generateObjCSetterBody()
1446 Self->getType(), VK_LValue, SourceLocation()); in LoadObjCSelf()
1632 VK_LValue, SourceLocation()); in EmitObjCForCollectionStmt()
2955 VK_LValue, OK_Ordinary, SourceLocation()); in GenerateObjCAtomicSetterCopyHelperFunction()
2960 VK_LValue, OK_Ordinary, SourceLocation()); in GenerateObjCAtomicSetterCopyHelperFunction()
2966 VK_LValue, SourceLocation(), false); in GenerateObjCAtomicSetterCopyHelperFunction()
3036 VK_LValue, OK_Ordinary, SourceLocation()); in GenerateObjCAtomicGetterCopyHelperFunction()
DCGStmtOpenMP.cpp374 (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc()); in EmitOMPFirstprivateClause()
483 VK_LValue, (*IRef)->getExprLoc()); in EmitOMPCopyinClause()
544 (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc()); in EmitOMPLastprivateClauseInit()
792 IRef->getType(), VK_LValue, IRef->getExprLoc()); in EmitOMPReductionClauseInit()
986 VD->getInit()->getType(), VK_LValue, in EmitOMPLinearClauseInit()
1016 (*IC)->getType(), VK_LValue, (*IC)->getExprLoc()); in emitLinearClauseFinal()
1168 (*IC)->getType(), VK_LValue, (*IC)->getExprLoc()); in EmitOMPSimdFinal()
1652 OpaqueValueExpr IVRefExpr(S.getLocStart(), KmpInt32Ty, VK_LValue); in EmitSections()
1654 OpaqueValueExpr UBRefExpr(S.getLocStart(), KmpInt32Ty, VK_LValue); in EmitSections()
DCGDecl.cpp477 Var.getType(), VK_LValue, SourceLocation()); in Emit()
495 Var.getType(), VK_LValue, SourceLocation()); in Emit()
632 if (srcExpr->getValueKind() == VK_LValue) { in tryEmitARCCopyWeakInit()
/external/clang/include/clang/AST/
DExprObjC.h366 : Expr(ObjCEncodeExprClass, T, VK_LValue, OK_Ordinary,
499 Expr(ObjCIvarRefExprClass, t, VK_LValue,
1403 : Expr(ObjCIsaExprClass, ty, VK_LValue, OK_Ordinary,
1486 : Expr(ObjCIndirectCopyRestoreExprClass, type, VK_LValue, OK_Ordinary,
DExprCXX.h545 : Expr(CXXTypeidExprClass, Ty, VK_LValue, OK_Ordinary, in CXXTypeidExpr()
555 : Expr(CXXTypeidExprClass, Ty, VK_LValue, OK_Ordinary, in CXXTypeidExpr()
754 : Expr(CXXUuidofExprClass, Ty, VK_LValue, OK_Ordinary, in CXXUuidofExpr()
761 : Expr(CXXUuidofExprClass, Ty, VK_LValue, OK_Ordinary, in CXXUuidofExpr()
3939 BoundToLvalueReference? VK_LValue : VK_XValue, OK_Ordinary, in MaterializeTemporaryExpr()
3985 return getValueKind() == VK_LValue; in isBoundToLvalueReference()
DExpr.h246 bool isLValue() const { return getValueKind() == VK_LValue; } in isLValue()
393 ? VK_LValue in getValueKindForType()
395 ? VK_LValue : VK_XValue)); in getValueKindForType()
1534 Expr(StringLiteralClass, Ty, VK_LValue, OK_Ordinary, false, false, false, in StringLiteral()
5002 : Expr(TypoExprClass, T, VK_LValue, OK_Ordinary, in TypoExpr()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp39 case VK_LValue: in getResultType()

12