Home
last modified time | relevance | path

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

12

/external/clang/lib/Sema/
DSemaExprMember.cpp902 S.Context.PseudoObjectTy, VK_LValue, in BuildMSPropertyRefExpr()
1173 Var->getType().getNonReferenceType(), VK_LValue, in BuildMemberReferenceExpr()
1184 valueKind = VK_LValue; in BuildMemberReferenceExpr()
1204 Var->getType().getNonReferenceType(), VK_LValue, in BuildMemberReferenceExpr()
1536 ObjCPropertyRefExpr(PD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
1555 ObjCPropertyRefExpr(OMD, SMD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
1609 Getter, Setter, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
1633 VK = VK_LValue; in LookupMemberExpr()
1769 ExprValueKind VK = VK_LValue; in BuildFieldReferenceExpr()
1784 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()
DSemaExprObjC.cpp762 BaseExpr, IndexExpr, Context.PseudoObjectTy, VK_LValue, OK_ObjCSubscript, in BuildObjCSubscriptExpression()
1787 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
1791 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
1804 PD, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, MemberLoc, in HandleExprPropertyRefExpr()
1808 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()
2024 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in ActOnClassPropertyRefExpr()
2029 Getter, Setter, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, in ActOnClassPropertyRefExpr()
DSemaCUDA.cpp36 DeclRefExpr(ConfigDecl, false, ConfigQTy, VK_LValue, LLLLoc); in ActOnCUDAExecConfigExpr()
DSemaStmt.cpp2213 VK_LValue, ColonLoc); in BuildCXXForRangeStmt()
2218 VK_LValue, ColonLoc); in BuildCXXForRangeStmt()
2350 VK_LValue, ColonLoc); in BuildCXXForRangeStmt()
2355 VK_LValue, ColonLoc); in BuildCXXForRangeStmt()
2377 VK_LValue, ColonLoc); in BuildCXXForRangeStmt()
2395 VK_LValue, ColonLoc); in BuildCXXForRangeStmt()
DSemaExpr.cpp2920 valueKind = VK_LValue; in BuildDeclarationNameExpr()
2928 valueKind = VK_LValue; // even if the parameter is an r-value reference in BuildDeclarationNameExpr()
2955 valueKind = VK_LValue; in BuildDeclarationNameExpr()
2991 valueKind = VK_LValue; in BuildDeclarationNameExpr()
3011 valueKind = VK_LValue; in BuildDeclarationNameExpr()
3028 valueKind = VK_LValue; in BuildDeclarationNameExpr()
4174 VK_LValue, OK_Ordinary, rbLoc); in ActOnArraySubscriptExpr()
4189 base, idx, Context.PseudoObjectTy, VK_LValue, OK_Ordinary, rbLoc); in ActOnArraySubscriptExpr()
4248 VK_LValue, OK_Ordinary, ColonLoc, RBLoc); in ActOnOMPArraySectionExpr()
4353 VK_LValue, OK_Ordinary, ColonLoc, RBLoc); in ActOnOMPArraySectionExpr()
[all …]
DSemaObjCProperty.cpp1256 VK_LValue, PropertyDiagLoc); in ActOnPropertyImplDecl()
1308 VK_LValue, PropertyDiagLoc); in ActOnPropertyImplDecl()
1324 VK_LValue, PropertyDiagLoc); in ActOnPropertyImplDecl()
DSemaInit.cpp3139 case VK_LValue: S.Kind = SK_CastDerivedToBaseLValue; break; in AddDerivedToBaseCastStep()
3185 case VK_LValue: in AddQualificationConversionStep()
4080 VK = VK_LValue; in TryRefInitWithConversionFunction()
4082 VK = RRef->getPointeeType()->isFunctionType() ? VK_LValue : VK_XValue; in TryRefInitWithConversionFunction()
4249 VK_LValue); in TryReferenceInitializationCore()
6408 VK_LValue : in Perform()
6613 VK_LValue : in Perform()
DSemaDeclCXX.cpp3378 VK_LValue, nullptr); in BuildImplicitBaseInitializer()
3395 Moving ? VK_XValue : VK_LValue, in BuildImplicitBaseInitializer()
3451 Loc, ParamType, VK_LValue, nullptr); in BuildImplicitMemberInitializer()
3514 = SemaRef.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc); in BuildImplicitMemberInitializer()
9695 return assertNotNull(S.BuildDeclRefExpr(Var, VarType, VK_LValue, Loc).get()); in build()
10062 SizeType, VK_LValue, OK_Ordinary, Loc); in buildSingleCopyAssignRecursively()
10351 VK_LValue, BasePath); in DefineImplicitCopyAssignment()
10358 VK_LValue, BasePath); in DefineImplicitCopyAssignment()
10791 VK_LValue, BasePath); in DefineImplicitMoveAssignment()
11333 VK_LValue, Conv->getLocation()).get(); in DefineImplicitLambdaToFunctionPointerConversion()
[all …]
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp883 FD->getType(), VK_LValue, OK_Ordinary); in getIvarAccessString()
2097 new (Context) DeclRefExpr(FD, false, msgSendType, VK_LValue, SourceLocation()); in SynthesizeCallToFunctionDecl()
2584 DeclRefExpr *DRE = new (Context) DeclRefExpr(NewVD, false, strType, VK_LValue, in RewriteObjCStringLiteral()
2674 VK_LValue, SourceLocation()); in RewriteObjCBoxedExpr()
2733 NSArrayFType, VK_LValue, SourceLocation()); in RewriteObjCArrayLiteralExpr()
2743 SourceLocation(), ARRFD->getType(), VK_LValue, OK_Ordinary); in RewriteObjCArrayLiteralExpr()
2797 VK_LValue, SourceLocation()); in RewriteObjCArrayLiteralExpr()
2864 NSDictFType, VK_LValue, SourceLocation()); in RewriteObjCDictionaryLiteralExpr()
2874 SourceLocation(), ARRFD->getType(), VK_LValue, OK_Ordinary); in RewriteObjCDictionaryLiteralExpr()
2884 NSDictFType, VK_LValue, SourceLocation()); in RewriteObjCDictionaryLiteralExpr()
[all …]
DRewriteObjC.cpp2012 VK_LValue, SourceLocation()); in SynthesizeCallToFunctionDecl()
2508 DeclRefExpr *DRE = new (Context) DeclRefExpr(NewVD, false, strType, VK_LValue, in RewriteObjCStringLiteral()
2593 VK_LValue, SourceLocation()); in SynthMsgSendStretCallExpr()
2700 false, superType, VK_LValue, in SynthMessageExpr()
2703 superType, VK_LValue, in SynthMessageExpr()
2726 superType, VK_LValue, in SynthMessageExpr()
2795 false, superType, VK_LValue, in SynthMessageExpr()
2798 superType, VK_LValue, SourceLocation()); in SynthMessageExpr()
2939 VK_LValue, SourceLocation()); in SynthMessageExpr()
3044 VK_LValue, SourceLocation()); in RewriteObjCProtocolExpr()
[all …]
/external/clang/include/clang/Basic/
DSpecifiers.h109 VK_LValue, enumerator
/external/clang/lib/AST/
DExprCXX.cpp260 : Expr(K, C.OverloadTy, VK_LValue, OK_Ordinary, KnownDependent, in OverloadExpr()
347 : Expr(DependentScopeDeclRefExprClass, T, VK_LValue, OK_Ordinary, in DependentScopeDeclRefExpr()
696 T->isLValueReferenceType() ? VK_LValue : T->isRValueReferenceType() in CXXDefaultInitExpr()
1068 (Type->getType()->isLValueReferenceType() ? VK_LValue in CXXUnresolvedConstructExpr()
1114 : Expr(CXXDependentScopeMemberExprClass, C.DependentTy, VK_LValue, in CXXDependentScopeMemberExpr()
1346 : 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()
/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/
DCGStmtOpenMP.cpp71 VD->getType().getNonReferenceType(), VK_LValue, in OMPLexicalScope()
609 (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc()); in EmitOMPFirstprivateClause()
718 VK_LValue, (*IRef)->getExprLoc()); in EmitOMPCopyinClause()
791 (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc()); in EmitOMPLastprivateClauseInit()
1059 IRef->getType(), VK_LValue, IRef->getExprLoc()); in EmitOMPReductionClauseInit()
1102 IRef->getType(), VK_LValue, IRef->getExprLoc()); in EmitOMPReductionClauseInit()
1333 VD->getInit()->getType(), VK_LValue, in EmitOMPLinearClauseInit()
1376 (*IC)->getType(), VK_LValue, (*IC)->getExprLoc()); in EmitOMPLinearClauseFinal()
1440 (*I)->getType(), VK_LValue, (*I)->getExprLoc()); in EmitOMPPrivateLoopCounters()
1448 E->getType(), VK_LValue, E->getExprLoc()); in EmitOMPPrivateLoopCounters()
[all …]
DCGObjC.cpp1054 VK_LValue, SourceLocation()); in emitStructSetterCall()
1098 VK_LValue, SourceLocation()); in emitCPPObjectAtomicSetterCall()
1268 VK_LValue, SourceLocation()); in generateObjCSetterBody()
1278 DeclRefExpr arg(argDecl, false, argType, VK_LValue, SourceLocation()); in generateObjCSetterBody()
1440 Self->getType(), VK_LValue, SourceLocation()); in LoadObjCSelf()
1627 VK_LValue, SourceLocation()); in EmitObjCForCollectionStmt()
3222 VK_LValue, OK_Ordinary, SourceLocation()); in GenerateObjCAtomicSetterCopyHelperFunction()
3227 VK_LValue, OK_Ordinary, SourceLocation()); in GenerateObjCAtomicSetterCopyHelperFunction()
3233 VK_LValue, SourceLocation(), false); in GenerateObjCAtomicSetterCopyHelperFunction()
3303 VK_LValue, OK_Ordinary, SourceLocation()); in GenerateObjCAtomicGetterCopyHelperFunction()
DCGDecl.cpp493 Var.getType(), VK_LValue, SourceLocation()); in Emit()
511 Var.getType(), VK_LValue, SourceLocation()); in Emit()
635 if (srcExpr->getValueKind() == VK_LValue) { in tryEmitARCCopyWeakInit()
DCGBlocks.cpp807 type.getNonReferenceType(), VK_LValue, in EmitBlockLiteral()
874 type, VK_LValue, SourceLocation()); in EmitBlockLiteral()
/external/clang/include/clang/AST/
DExprObjC.h361 : Expr(ObjCEncodeExprClass, T, VK_LValue, OK_Ordinary,
494 Expr(ObjCIvarRefExprClass, t, VK_LValue,
1398 : Expr(ObjCIsaExprClass, ty, VK_LValue, OK_Ordinary,
1481 : Expr(ObjCIndirectCopyRestoreExprClass, type, VK_LValue, OK_Ordinary,
DExprCXX.h582 : Expr(CXXTypeidExprClass, Ty, VK_LValue, OK_Ordinary, in CXXTypeidExpr()
592 : Expr(CXXTypeidExprClass, Ty, VK_LValue, OK_Ordinary, in CXXTypeidExpr()
793 : Expr(CXXUuidofExprClass, Ty, VK_LValue, OK_Ordinary, false, in CXXUuidofExpr()
800 : Expr(CXXUuidofExprClass, Ty, VK_LValue, OK_Ordinary, false, in CXXUuidofExpr()
3987 BoundToLvalueReference? VK_LValue : VK_XValue, OK_Ordinary, in MaterializeTemporaryExpr()
4033 return getValueKind() == VK_LValue; in isBoundToLvalueReference()
DExpr.h247 bool isLValue() const { return getValueKind() == VK_LValue; } in isLValue()
394 ? VK_LValue in getValueKindForType()
396 ? VK_LValue : VK_XValue)); in getValueKindForType()
1492 Expr(StringLiteralClass, Ty, VK_LValue, OK_Ordinary, false, false, false, in StringLiteral()
4901 : Expr(TypoExprClass, T, VK_LValue, OK_Ordinary, in TypoExpr()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp39 case VK_LValue: in getResultType()

12