Home
last modified time | relevance | path

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

12

/external/clang/include/clang/Basic/
DSpecifiers.h95 VK_LValue, enumerator
/external/clang/lib/Sema/
DSemaExprMember.cpp975 VK_LValue, OK_Ordinary)); in BuildMemberReferenceExpr()
985 valueKind = VK_LValue; in BuildMemberReferenceExpr()
1332 VK_LValue, in LookupMemberExpr()
1352 VK_LValue, OK_ObjCProperty, in LookupMemberExpr()
1406 VK_LValue, OK_ObjCProperty, in LookupMemberExpr()
1428 ExprValueKind VK = (IsArrow ? VK_LValue : BaseExpr.get()->getValueKind()); in LookupMemberExpr()
1594 ExprValueKind VK = VK_LValue; in BuildFieldReferenceExpr()
1609 VK = VK_LValue; in BuildFieldReferenceExpr()
DSemaFixItUtils.cpp99 S, Begin, VK_LValue); in tryToFixConversion()
DSemaExprObjC.cpp1395 VK_LValue, OK_ObjCProperty, in HandleExprPropertyRefExpr()
1400 VK_LValue, OK_ObjCProperty, in HandleExprPropertyRefExpr()
1414 VK_LValue, in HandleExprPropertyRefExpr()
1421 VK_LValue, in HandleExprPropertyRefExpr()
1472 VK_LValue, OK_ObjCProperty, in HandleExprPropertyRefExpr()
1478 VK_LValue, OK_ObjCProperty, in HandleExprPropertyRefExpr()
1614 VK_LValue, OK_ObjCProperty, in ActOnClassPropertyRefExpr()
1621 VK_LValue, OK_ObjCProperty, in ActOnClassPropertyRefExpr()
DSemaStmt.cpp1828 VK_LValue, ColonLoc); in BuildCXXForRangeStmt()
1833 VK_LValue, ColonLoc); in BuildCXXForRangeStmt()
1954 VK_LValue, ColonLoc); in BuildCXXForRangeStmt()
1959 VK_LValue, ColonLoc); in BuildCXXForRangeStmt()
1979 VK_LValue, ColonLoc); in BuildCXXForRangeStmt()
1994 VK_LValue, ColonLoc); in BuildCXXForRangeStmt()
DSemaExpr.cpp2378 valueKind = VK_LValue; in BuildDeclarationNameExpr()
2386 valueKind = VK_LValue; // even if the parameter is an r-value reference in BuildDeclarationNameExpr()
2410 valueKind = VK_LValue; in BuildDeclarationNameExpr()
2446 valueKind = VK_LValue; in BuildDeclarationNameExpr()
2479 valueKind = VK_LValue; in BuildDeclarationNameExpr()
3245 VK_LValue, OK_Ordinary, in ActOnArraySubscriptExpr()
3280 ExprValueKind VK = VK_LValue; in CreateBuiltinArraySubscriptExpr()
3906 ConfigDecl, false, ConfigQTy, VK_LValue, LLLLoc); in ActOnCUDAExecConfigExpr()
4179 ExprValueKind VK = getLangOpts().CPlusPlus ? VK_RValue : VK_LValue; in BuildCompoundLiteralExpr()
7819 VK = VK_LValue; in CheckIncrementDecrementOperand()
[all …]
DSemaInit.cpp2500 case VK_LValue: S.Kind = SK_CastDerivedToBaseLValue; break; in AddDerivedToBaseCastStep()
2546 case VK_LValue: in AddQualificationConversionStep()
3267 VK = VK_LValue; in TryRefInitWithConversionFunction()
3269 VK = RRef->getPointeeType()->isFunctionType() ? VK_LValue : VK_XValue; in TryRefInitWithConversionFunction()
3386 VK_LValue); in TryReferenceInitializationCore()
3392 Sequence.AddQualificationConversionStep(cv1T1, VK_LValue); in TryReferenceInitializationCore()
4959 VK_LValue : in Perform()
5128 VK_LValue : in Perform()
DSemaDeclCXX.cpp2516 VK_LValue, 0); in BuildImplicitBaseInitializer()
2533 Moving ? VK_XValue : VK_LValue, in BuildImplicitBaseInitializer()
2591 Loc, ParamType, VK_LValue, 0); in BuildImplicitMemberInitializer()
2653 = SemaRef.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc); in BuildImplicitMemberInitializer()
7418 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc).take(); in BuildSingleCopyAssign()
7438 VK_LValue, OK_Ordinary, Loc); in BuildSingleCopyAssign()
7704 Expr *OtherRef = BuildDeclRefExpr(Other, OtherRefType, VK_LValue, Loc).take(); in DefineImplicitCopyAssignment()
7732 VK_LValue, &BasePath).take(); in DefineImplicitCopyAssignment()
7742 VK_LValue, &BasePath); in DefineImplicitCopyAssignment()
8242 Expr *OtherRef = BuildDeclRefExpr(Other, OtherRefType, VK_LValue, Loc).take(); in DefineImplicitMoveAssignment()
[all …]
DSemaLookup.cpp2286 ExprValueKind VK = VK_LValue; in LookupSpecialMember()
2321 VK = VK_LValue; in LookupSpecialMember()
2341 RValueThis ? VK_RValue : VK_LValue).Classify(Context); in LookupSpecialMember()
DSemaOverload.cpp45 VK_LValue, Loc, LocInfo); in CreateFunctionRefExpr()
5687 VK_LValue, From->getLocStart()); in AddConversionCandidate()
10120 VK_LValue, in CreateOverloadedBinOp()
11418 VK_LValue, in FixOverloadedFunctionReference()
11447 VK_LValue, in FixOverloadedFunctionReference()
11468 valueKind = VK_LValue; in FixOverloadedFunctionReference()
DSemaPseudoObject.cpp429 VK_LValue, OK_Ordinary, opcLoc); in buildIncDecOperation()
DSemaTemplate.cpp4535 ExprValueKind VK = VK_LValue; in BuildExpressionFromDeclTemplateArgument()
4569 ExprResult RefExpr = BuildDeclRefExpr(VD, T, VK_LValue, Loc); in BuildExpressionFromDeclTemplateArgument()
4592 VK = VK_LValue; in BuildExpressionFromDeclTemplateArgument()
/external/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp835 FD->getType(), VK_LValue, in getIvarAccessString()
2062 new (Context) DeclRefExpr(FD, false, msgSendType, VK_LValue, SourceLocation()); in SynthesizeCallToFunctionDecl()
2560 DeclRefExpr *DRE = new (Context) DeclRefExpr(NewVD, false, strType, VK_LValue, in RewriteObjCStringLiteral()
2660 VK_LValue, SourceLocation()); in RewriteObjCBoxedExpr()
2721 NSArrayFType, VK_LValue, SourceLocation()); in RewriteObjCArrayLiteralExpr()
2732 ARRFD->getType(), VK_LValue, in RewriteObjCArrayLiteralExpr()
2798 VK_LValue, SourceLocation()); in RewriteObjCArrayLiteralExpr()
2867 NSDictFType, VK_LValue, SourceLocation()); in RewriteObjCDictionaryLiteralExpr()
2878 ARRFD->getType(), VK_LValue, in RewriteObjCDictionaryLiteralExpr()
2889 NSDictFType, VK_LValue, SourceLocation()); in RewriteObjCDictionaryLiteralExpr()
[all …]
DRewriteObjC.cpp2051 VK_LValue, SourceLocation()); in SynthesizeCallToFunctionDecl()
2563 DeclRefExpr *DRE = new (Context) DeclRefExpr(NewVD, false, strType, VK_LValue, in RewriteObjCStringLiteral()
2648 VK_LValue, SourceLocation()); in SynthMsgSendStretCallExpr()
2766 false, superType, VK_LValue, in SynthMessageExpr()
2769 superType, VK_LValue, in SynthMessageExpr()
2792 superType, VK_LValue, in SynthMessageExpr()
2874 false, superType, VK_LValue, in SynthMessageExpr()
2877 superType, VK_LValue, SourceLocation()); in SynthMessageExpr()
3025 VK_LValue, SourceLocation()); in SynthMessageExpr()
3130 VK_LValue, SourceLocation()); in RewriteObjCProtocolExpr()
[all …]
/external/clang/lib/AST/
DExprCXX.cpp257 : Expr(K, C.OverloadTy, VK_LValue, OK_Ordinary, KnownDependent, in OverloadExpr()
347 : Expr(DependentScopeDeclRefExprClass, T, VK_LValue, OK_Ordinary, in DependentScopeDeclRefExpr()
1006 (Type->getType()->isLValueReferenceType() ? VK_LValue in CXXUnresolvedConstructExpr()
1058 VK_LValue, OK_Ordinary, true, true, true, in CXXDependentScopeMemberExpr()
1092 VK_LValue, OK_Ordinary, true, true, true, in CXXDependentScopeMemberExpr()
DExprClassification.cpp44 case VK_LValue: in ClassifyExprValueKind()
71 case Cl::CL_LValue: assert(getValueKind() == VK_LValue); break; in ClassifyImpl()
DStmtDumper.cpp107 case VK_LValue: OS << " lvalue"; break; in DumpValueKind()
DExpr.cpp2986 assert((E->getValueKind() == VK_LValue && in getObjCProperty()
3908 return new (Mem) ObjCSubscriptRefExpr(base, key, T, VK_LValue, in Create()
/external/clang/include/clang/AST/
DExprObjC.h346 : Expr(ObjCEncodeExprClass, T, VK_LValue, OK_Ordinary, in ObjCEncodeExpr()
471 Expr(ObjCIvarRefExprClass, t, VK_LValue, OK_Ordinary,
1381 : Expr(ObjCIsaExprClass, ty, VK_LValue, OK_Ordinary, in ObjCIsaExpr()
1456 : Expr(ObjCIndirectCopyRestoreExprClass, type, VK_LValue, OK_Ordinary, in ObjCIndirectCopyRestoreExpr()
DExprCXX.h474 : Expr(CXXTypeidExprClass, Ty, VK_LValue, OK_Ordinary, in CXXTypeidExpr()
484 : Expr(CXXTypeidExprClass, Ty, VK_LValue, OK_Ordinary, in CXXTypeidExpr()
559 : Expr(CXXUuidofExprClass, Ty, VK_LValue, OK_Ordinary, in CXXUuidofExpr()
566 : Expr(CXXUuidofExprClass, Ty, VK_LValue, OK_Ordinary, in CXXUuidofExpr()
3647 BoundToLvalueReference? VK_LValue : VK_XValue, OK_Ordinary, in MaterializeTemporaryExpr()
3663 return getValueKind() == VK_LValue; in isBoundToLvalueReference()
DExpr.h203 bool isLValue() const { return getValueKind() == VK_LValue; } in isLValue()
349 ? VK_LValue in getValueKindForType()
351 ? VK_LValue : VK_XValue)); in getValueKindForType()
1089 : Expr(PredefinedExprClass, type, VK_LValue, OK_Ordinary, in PredefinedExpr()
1368 Expr(StringLiteralClass, Ty, VK_LValue, OK_Ordinary, false, false, false, in StringLiteral()
/external/clang/lib/CodeGen/
DCGObjC.cpp951 VK_LValue, SourceLocation()); in emitStructSetterCall()
997 VK_LValue, SourceLocation()); in emitCPPObjectAtomicSetterCall()
1177 VK_LValue, SourceLocation()); in generateObjCSetterBody()
1186 DeclRefExpr arg(argDecl, false, argType, VK_LValue, SourceLocation()); in generateObjCSetterBody()
1541 VK_LValue, SourceLocation()); in EmitObjCForCollectionStmt()
2847 VK_LValue, OK_Ordinary, SourceLocation()); in GenerateObjCAtomicSetterCopyHelperFunction()
2852 VK_LValue, OK_Ordinary, SourceLocation()); in GenerateObjCAtomicSetterCopyHelperFunction()
2858 VK_LValue, SourceLocation()); in GenerateObjCAtomicSetterCopyHelperFunction()
2934 VK_LValue, OK_Ordinary, SourceLocation()); in GenerateObjCAtomicGetterCopyHelperFunction()
DCGDecl.cpp413 Var.getType(), VK_LValue, SourceLocation()); in Emit()
430 Var.getType(), VK_LValue, SourceLocation()); in Emit()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp36 case VK_LValue: in getResultType()
/external/clang/lib/Analysis/
DThreadSafety.cpp1949 DeclRefExpr DRE(VD, false, VD->getType(), VK_LValue, VD->getLocation()); in handleCall()
2341 DeclRefExpr DRE(VD, false, VD->getType(), VK_LValue, in runAnalysis()

12