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

12

/external/clang/include/clang/Basic/
H A DSpecifiers.h109 VK_LValue, enumerator in enum:clang::ExprValueKind
/external/clang/lib/Sema/
H A DSemaExprMember.cpp902 S.Context.PseudoObjectTy, VK_LValue,
1173 Var->getType().getNonReferenceType(), VK_LValue,
1184 valueKind = VK_LValue;
1204 Var->getType().getNonReferenceType(), VK_LValue,
1536 ObjCPropertyRefExpr(PD, S.Context.PseudoObjectTy, VK_LValue,
1555 ObjCPropertyRefExpr(OMD, SMD, S.Context.PseudoObjectTy, VK_LValue,
1609 Getter, Setter, S.Context.PseudoObjectTy, VK_LValue,
1633 VK = VK_LValue;
1769 ExprValueKind VK = VK_LValue;
1784 VK = VK_LValue;
[all...]
H A DSemaFixItUtils.cpp99 S, Begin, VK_LValue);
H A DSemaCoroutine.cpp202 Loc, E->getType(), VK_LValue, E->getObjectKind(), E);
268 Promise, Promise->getType().getNonReferenceType(), VK_LValue, Loc);
H A DSemaCUDA.cpp36 DeclRefExpr(ConfigDecl, false, ConfigQTy, VK_LValue, LLLLoc);
H A DSemaExprObjC.cpp762 BaseExpr, IndexExpr, Context.PseudoObjectTy, VK_LValue, OK_ObjCSubscript,
1787 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue,
1791 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue,
1804 PD, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, MemberLoc,
1808 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue,
1873 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue,
1877 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue,
2024 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue,
2029 Getter, Setter, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty,
H A DSemaStmt.cpp2213 VK_LValue, ColonLoc);
2218 VK_LValue, ColonLoc);
2350 VK_LValue, ColonLoc);
2355 VK_LValue, ColonLoc);
2377 VK_LValue, ColonLoc);
2395 VK_LValue, ColonLoc);
H A DSemaExpr.cpp2920 valueKind = VK_LValue;
2928 valueKind = VK_LValue; // even if the parameter is an r-value reference
2955 valueKind = VK_LValue;
2991 valueKind = VK_LValue;
3011 valueKind = VK_LValue;
3028 valueKind = VK_LValue;
4174 VK_LValue, OK_Ordinary, rbLoc);
4189 base, idx, Context.PseudoObjectTy, VK_LValue, OK_Ordinary, rbLoc);
4248 VK_LValue, OK_Ordinary, ColonLoc, RBLoc);
4353 VK_LValue, OK_Ordinar
[all...]
H A DSemaObjCProperty.cpp1256 VK_LValue, PropertyDiagLoc);
1308 VK_LValue, PropertyDiagLoc);
1324 VK_LValue, PropertyDiagLoc);
H A DSemaInit.cpp3139 case VK_LValue: S.Kind = SK_CastDerivedToBaseLValue; break;
3185 case VK_LValue:
4080 VK = VK_LValue;
4082 VK = RRef->getPointeeType()->isFunctionType() ? VK_LValue : VK_XValue;
4249 VK_LValue);
6408 VK_LValue :
6613 VK_LValue :
/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp883 FD->getType(), VK_LValue, OK_Ordinary);
2097 new (Context) DeclRefExpr(FD, false, msgSendType, VK_LValue, SourceLocation());
2584 DeclRefExpr *DRE = new (Context) DeclRefExpr(NewVD, false, strType, VK_LValue,
2674 VK_LValue, SourceLocation());
2733 NSArrayFType, VK_LValue, SourceLocation());
2743 SourceLocation(), ARRFD->getType(), VK_LValue, OK_Ordinary);
2797 VK_LValue, SourceLocation());
2864 NSDictFType, VK_LValue, SourceLocation());
2874 SourceLocation(), ARRFD->getType(), VK_LValue, OK_Ordinary);
2884 NSDictFType, VK_LValue, SourceLocatio
[all...]
H A DRewriteObjC.cpp2012 VK_LValue, SourceLocation());
2508 DeclRefExpr *DRE = new (Context) DeclRefExpr(NewVD, false, strType, VK_LValue,
2593 VK_LValue, SourceLocation());
2700 false, superType, VK_LValue,
2703 superType, VK_LValue,
2726 superType, VK_LValue,
2795 false, superType, VK_LValue,
2798 superType, VK_LValue, SourceLocation());
2939 VK_LValue, SourceLocation());
3044 VK_LValue, SourceLocatio
[all...]
/external/clang/lib/Analysis/
H A DBodyFarm.cpp118 /* VK = */ VK_LValue);
124 VK_LValue, OK_Ordinary, SourceLocation());
H A DThreadSafety.cpp1803 DeclRefExpr DRE(VD, false, VD->getType(), VK_LValue, VD->getLocation());
2315 VK_LValue, AD.getTriggerStmt()->getLocEnd());
H A DThreadSafetyCommon.cpp131 DeclRefExpr SelfDRE(SelfDecl, false, SelfDecl->getType(), VK_LValue,
/external/clang/lib/AST/
H A DExprCXX.cpp260 : Expr(K, C.OverloadTy, VK_LValue, OK_Ordinary, KnownDependent,
347 : Expr(DependentScopeDeclRefExprClass, T, VK_LValue, OK_Ordinary,
696 T->isLValueReferenceType() ? VK_LValue : T->isRValueReferenceType()
1068 (Type->getType()->isLValueReferenceType() ? VK_LValue
1114 : Expr(CXXDependentScopeMemberExprClass, C.DependentTy, VK_LValue,
1346 : Expr(FunctionParmPackExprClass, T, VK_LValue, OK_Ordinary, true, true,
H A DExprClassification.cpp56 case Cl::CL_LValue: assert(getValueKind() == VK_LValue); break;
94 case VK_LValue:
/external/clang/include/clang/AST/
H A 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,
H A DExprCXX.h582 : Expr(CXXTypeidExprClass, Ty, VK_LValue, OK_Ordinary,
592 : Expr(CXXTypeidExprClass, Ty, VK_LValue, OK_Ordinary,
793 : Expr(CXXUuidofExprClass, Ty, VK_LValue, OK_Ordinary, false,
800 : Expr(CXXUuidofExprClass, Ty, VK_LValue, OK_Ordinary, false,
3987 BoundToLvalueReference? VK_LValue : VK_XValue, OK_Ordinary,
4033 return getValueKind() == VK_LValue;
H A DExpr.h247 bool isLValue() const { return getValueKind() == VK_LValue; }
394 ? VK_LValue
396 ? VK_LValue : VK_XValue));
1492 Expr(StringLiteralClass, Ty, VK_LValue, OK_Ordinary, false, false, false,
4901 : Expr(TypoExprClass, T, VK_LValue, OK_Ordinary,
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp71 VD->getType().getNonReferenceType(), VK_LValue,
609 (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc()); local
718 VK_LValue, (*IRef)->getExprLoc()); local
791 (*IRef)->getType(), VK_LValue, (*IRef)->getExprLoc());
1059 IRef->getType(), VK_LValue, IRef->getExprLoc()); local
1102 IRef->getType(), VK_LValue, IRef->getExprLoc());
1333 VD->getInit()->getType(), VK_LValue,
1376 (*IC)->getType(), VK_LValue, (*IC)->getExprLoc()); local
1440 (*I)->getType(), VK_LValue, (*I)->getExprLoc());
1448 E->getType(), VK_LValue,
1573 (*IPC)->getType(), VK_LValue, (*IPC)->getExprLoc()); local
[all...]
H A DCGObjC.cpp1054 VK_LValue, SourceLocation());
1098 VK_LValue, SourceLocation());
1268 VK_LValue, SourceLocation());
1278 DeclRefExpr arg(argDecl, false, argType, VK_LValue, SourceLocation());
1440 Self->getType(), VK_LValue, SourceLocation());
1627 VK_LValue, SourceLocation()); local
3222 VK_LValue, OK_Ordinary, SourceLocation());
3227 VK_LValue, OK_Ordinary, SourceLocation());
3233 VK_LValue, SourceLocation(), false);
3303 VK_LValue, OK_Ordinar
[all...]
H A DCGDecl.cpp493 Var.getType(), VK_LValue, SourceLocation()); variable
511 Var.getType(), VK_LValue, SourceLocation()); variable
635 if (srcExpr->getValueKind() == VK_LValue) {
H A DCGBlocks.cpp807 type.getNonReferenceType(), VK_LValue, local
874 type, VK_LValue, SourceLocation()); local
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp39 case VK_LValue:

Completed in 1051 milliseconds

12