Searched refs:getValueKind (Results 1 - 25 of 27) sorted by relevance

12

/external/clang/lib/AST/
H A DExprClassification.cpp56 case Cl::CL_LValue: assert(getValueKind() == VK_LValue); break;
57 case Cl::CL_XValue: assert(getValueKind() == VK_XValue); break;
67 case Cl::CL_PRValue: assert(getValueKind() == VK_RValue); break;
247 return ClassifyExprValueKind(Lang, E, E->getValueKind());
252 cast<PseudoObjectExpr>(E)->getValueKind());
257 return ClassifyExprValueKind(Lang, E, E->getValueKind());
391 return ClassifyExprValueKind(Lang, E, E->getValueKind());
H A DExpr.cpp3210 assert((E->getValueKind() == VK_LValue &&
3250 (ICE->getValueKind() != VK_RValue && ICE->getCastKind() == CK_NoOp))
3286 if (ICE->getValueKind() != VK_RValue &&
3676 AssocExprs[ResultIndex]->getValueKind(),
3737 Init->getValueKind(), Init->getObjectKind(),
3958 VK = semantics[resultIndex]->getValueKind();
H A DASTImporter.cpp4376 T, E->getValueKind(),
4425 T, E->getValueKind(),
4469 T, E->getValueKind(),
4498 T, E->getValueKind(),
4526 SubExpr, &BasePath, E->getValueKind());
4547 E->getValueKind(), E->getCastKind(),
H A DStmtProfile.cpp514 ID.AddInteger(S->getValueKind());
H A DExprCXX.cpp1105 subexpr->getValueKind(), subexpr->getObjectKind(),
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp74 uop->getValueKind(),
116 rebuiltExpr->getValueKind(),
142 refExpr->getType(), refExpr->getValueKind(),
149 refExpr->getType(), refExpr->getValueKind(),
170 refExpr->getType(), refExpr->getValueKind(),
189 refExpr->getValueKind(), refExpr->getQualifierLoc(),
348 e->getValueKind(), e->getObjectKind(),
420 capturedRHS->getValueKind(),
436 result.get()->getValueKind(),
1609 uop->getValueKind(), uo
[all...]
H A DSemaExprCXX.cpp433 E = ImpCastExprToType(E, UnqualT, CK_NoOp, E->getValueKind()).get();
647 E->getValueKind()).get();
2586 nullptr, Result.get()->getValueKind());
2942 CK_DerivedToBase, From->getValueKind(),
3031 From->getValueKind()).get();
3051 From->getValueKind() : VK_RValue;
4127 ExprValueKind VK = isIndirect ? VK_RValue : LHS.get()->getValueKind();
4186 VK = LHS.get()->getValueKind();
4404 VK = NonThrow->getValueKind();
4464 ExprValueKind LVK = LHS.get()->getValueKind();
[all...]
H A DSemaExpr.cpp2489 ExprValueKind VK = From->getValueKind();
3876 VK = LHSExp->getValueKind();
6089 && commonExpr->getValueKind() == RHSExpr->getValueKind()
6102 commonExpr->getValueKind(),
9342 VK = LHS.get()->getValueKind();
9434 VK = RHS.get()->getValueKind();
9932 if (Input.get()->getValueKind() != VK_RValue &&
9934 VK = Input.get()->getValueKind();
9942 VK = Input.get()->getValueKind();
[all...]
H A DSemaExprMember.cpp1521 ExprValueKind VK = (IsArrow ? VK_LValue : BaseExpr.get()->getValueKind());
1673 VK = BaseExpr->getValueKind();
H A DSemaInit.cpp3783 return Initializer->getValueKind();
3793 Initializer->getValueKind());
3796 return Initializer->getValueKind();
6025 CurInit.get()->getValueKind());
6148 ILE->setValueKind(E->getValueKind());
6243 CurInit.get()->getValueKind());
6341 CurInit.get()->getValueKind());
H A DSemaCast.cpp94 castExpr->getValueKind());
H A DSemaOverload.cpp4886 From->getValueKind()).get();
5208 nullptr, Result.get()->getValueKind());
5237 nullptr, Result.get()->getValueKind());
12133 ICE->getValueKind());
H A DSemaTemplateInstantiate.cpp1190 type, resultExpr->getValueKind(), loc, parm, resultExpr);
H A DSemaChecking.cpp1598 DRE->getValueKind());
4686 if (IE->getValueKind() == VK_LValue) {
H A DSemaExprObjC.cpp3806 sub->getValueKind(), sub->getObjectKind(),
H A DSemaType.cpp5539 switch (E->getValueKind()) {
H A DSemaTemplate.cpp4650 Arg->getValueKind()).get();
/external/lldb/source/Expression/
H A DASTResultSynthesizer.cpp314 (last_expr->getValueKind() == VK_LValue || last_expr->getValueKind() == VK_XValue) &&
/external/clang/include/clang/AST/
H A DExprCXX.h871 param->getDefaultArg()->getValueKind(),
878 SubExpr->getValueKind(), SubExpr->getObjectKind(),
3366 : Expr(PackExpansionExprClass, T, Pattern->getValueKind(),
3773 return getValueKind() == VK_LValue;
H A DExpr.h250 bool isLValue() const { return getValueKind() == VK_LValue; }
251 bool isRValue() const { return getValueKind() == VK_RValue; }
252 bool isXValue() const { return getValueKind() == VK_XValue; }
253 bool isGLValue() const { return getValueKind() != VK_RValue; }
401 /// getValueKind - The value kind that this expression produces.
402 ExprValueKind getValueKind() const { function in class:clang::Expr
1614 val->getValueKind(), val->getObjectKind(),
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp37 switch (E->getValueKind()) {
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp1487 OldMsg->getValueKind(),
1500 OldMsg->getValueKind(),
1514 OldMsg->getValueKind(),
1570 OldMsg->getValueKind(),
1583 OldMsg->getValueKind(),
1597 OldMsg->getValueKind(),
H A DRewriteObjC.cpp1271 OldMsg->getValueKind(),
1284 OldMsg->getValueKind(),
1298 OldMsg->getValueKind(),
1347 OldMsg->getValueKind(),
1360 OldMsg->getValueKind(),
1374 OldMsg->getValueKind(),
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp328 Record.push_back(E->getValueKind());
549 Record.push_back(E->getValueKind());
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp1259 if (ICE->getValueKind() != VK_RValue)

Completed in 349 milliseconds

12