Home
last modified time | relevance | path

Searched refs:getObjectKind (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaPseudoObject.cpp64 refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildObjCPropertyRefExpr()
70 refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildObjCPropertyRefExpr()
80 refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildObjCSubscriptRefExpr()
102 refExpr->getType(), refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildMSPropertySubscriptExpr()
132 uop->getObjectKind(), uop->getOperatorLoc(), uop->canOverflow(), in rebuild()
171 rebuiltExpr->getObjectKind(), ce->getRParenLoc(), in rebuild()
363 e->getValueKind(), e->getObjectKind(), in capture()
1643 uop->getValueKind(), uop->getObjectKind(), in recreateSyntacticForm()
1652 cop->getValueKind(), cop->getObjectKind(), cop->getOperatorLoc(), in recreateSyntacticForm()
1661 bop->getObjectKind(), bop->getOperatorLoc(), in recreateSyntacticForm()
H A DSemaFixItUtils.cpp132 if (!Expr->isLValue() || Expr->getObjectKind() != OK_Ordinary) in tryToFixConversion()
H A DSemaExpr.cpp2132 E->setObjectKind(BE->getObjectKind()); in BuildDeclRefExpr()
4421 if (E->getObjectKind() == OK_BitField) { in CheckAlignOfExpr()
14155 OK = Op->getObjectKind(); in CheckIncrementDecrementOperand()
14895 OK = LHS.get()->getObjectKind(); in CreateBuiltinBinOp()
15035 OK = RHS.get()->getObjectKind(); in CreateBuiltinBinOp()
15090 OK = LHS.get()->getObjectKind(); in CreateBuiltinBinOp()
15721 OK = Input.get()->getObjectKind(); in CreateBuiltinUnaryOp()
16150 OK = ActiveExpr->getObjectKind(); in ActOnChooseExpr()
20273 assert(E->getObjectKind() == OK_Ordinary); in VisitCallExpr()
20362 assert(E->getObjectKind() == OK_Ordinary); in VisitImplicitCastExpr()
[all …]
H A DSemaExprCXX.cpp4275 assert(From->getObjectKind() != OK_ObjCProperty); in PerformImplicitConversion()
6423 OK = NonThrow->getObjectKind(); in CXXCheckConditionalOperands()
6533 if (LHS.get()->getObjectKind() == OK_BitField || in CXXCheckConditionalOperands()
6534 RHS.get()->getObjectKind() == OK_BitField) in CXXCheckConditionalOperands()
7385 BO->getObjectKind(), BO->getOperatorLoc(), in ActOnDecltypeExpression()
H A DSemaCoroutine.cpp379 OpaqueValueExpr(Loc, E->getType(), VK_LValue, E->getObjectKind(), E); in buildCoawaitCalls()
H A DSemaExprMember.cpp1811 if (BaseExpr->getObjectKind() == OK_Ordinary) in BuildFieldReferenceExpr()
H A DSemaInit.cpp5875 Initializer->getObjectKind()); in InitializeFrom()
5990 VTy->getElementType(), Arg->getValueKind(), Arg->getObjectKind(), in InitializeFrom()
8717 Cur->getValueKind(), Cur->getObjectKind(), Cur); in Perform()
H A DSemaCast.cpp2238 switch (SrcExpr.get()->getObjectKind()) { in TryReinterpretCast()
H A DSemaOverload.cpp13715 assert(Args[0]->getObjectKind() != OK_ObjCProperty); in CreateOverloadedBinOp()
14092 LHS->getObjectKind(), LHS); in BuildSynthesizedThreeWayComparison()
14095 RHS->getObjectKind(), RHS); in BuildSynthesizedThreeWayComparison()
14157 Result.get()->getValueKind(), Result.get()->getObjectKind(), OpLoc, in BuildSynthesizedThreeWayComparison()
H A DSemaExprObjC.cpp4557 sub->getValueKind(), sub->getObjectKind(), in stripARCUnbridgedCast()
H A DSemaChecking.cpp406 Inner->getObjectKind(), Inner); in makeOpaqueValueExpr()
749 BuiltinCall->setObjectKind(CE->getObjectKind()); in SemaBuiltinCallWithStaticChain()
3252 return (Arg->IgnoreParens()->getObjectKind() == OK_BitField || in isValidBPFPreserveFieldInfoArg()
H A DTreeTransform.h14854 if (First->getObjectKind() == OK_ObjCProperty) { in RebuildCXXOperatorCallExpr()
14865 if (Second && Second->getObjectKind() == OK_ObjCProperty) { in RebuildCXXOperatorCallExpr()
H A DSemaOpenMP.cpp4579 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl()
4626 CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue() && in buildCapture()
7246 MemberCall->getValueKind(), MemberCall->getObjectKind()); in ActOnOpenMPCall()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp312 last_expr->getObjectKind() == OK_Ordinary; in SynthesizeBodyResult()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprClassification.cpp560 return (E->getLHS()->getObjectKind() == OK_ObjCProperty in ClassifyBinaryOp()
H A DASTImporter.cpp6814 ExprObjectKind OK = E->getObjectKind(); in VisitChooseExpr()
7182 E->getValueKind(), E->getObjectKind(), ToOperatorLoc, E->canOverflow(), in VisitUnaryOperator()
7226 E->getValueKind(), E->getObjectKind(), ToOperatorLoc, in VisitBinaryOperator()
7243 E->getValueKind(), E->getObjectKind()); in VisitConditionalOperator()
7263 E->getObjectKind()); in VisitBinaryConditionalOperator()
7305 ToLocation, ToType, E->getValueKind(), E->getObjectKind(), ToSourceExpr); in VisitOpaqueValueExpr()
7318 ToLHS, ToRHS, ToType, E->getValueKind(), E->getObjectKind(), in VisitArraySubscriptExpr()
7337 E->getValueKind(), E->getObjectKind(), ToOperatorLoc, in VisitCompoundAssignOperator()
7845 E->getObjectKind(), E->isNonOdrUse()); in VisitMemberExpr()
9074 ToE->setObjectKind(FromE->getObjectKind()); in Import()
H A DExpr.cpp3906 assert((E->isLValue() && E->getObjectKind() == OK_ObjCProperty) && in getObjCProperty()
4223 AssocExprs[ResultIndex]->getObjectKind()), in GenericSelectionExpr()
4321 Init->getObjectKind()), in DesignatedInitExpr()
4653 assert(semantics[resultIndex]->getObjectKind() == OK_Ordinary); in Create()
H A DTextNodeDumper.cpp161 switch (E->getObjectKind()) { in Visit()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h437 ExprObjectKind getObjectKind() const { in getObjectKind() function
442 ExprObjectKind OK = getObjectKind(); in isOrdinaryOrBitFieldObject()
462 bool refersToBitField() const { return getObjectKind() == OK_BitField; } in refersToBitField()
494 return getObjectKind() == OK_MatrixComponent; in refersToMatrixElement()
1010 subexpr->getObjectKind()), in FullExpr()
2118 val->getObjectKind()), in ParenExpr()
H A DExprCXX.h293 SemanticForm->getValueKind(), SemanticForm->getObjectKind()), in CXXRewrittenBinaryOperator()
1257 Param->getDefaultArg()->getObjectKind()), in CXXDefaultArgExpr()
4087 Pattern->getObjectKind()), in PackExpansionExpr()
4711 Resume->getObjectKind()), in CoroutineSuspendExpr()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp551 Record.push_back(E->getObjectKind()); in VisitExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp4367 assert(E->getObjectKind() == OK_Ordinary); in EmitCallArg()
H A DCGExpr.cpp200 if (CondOp->getObjectKind() == OK_BitField) in EmitIgnoredExpr()
H A DCGBuiltin.cpp11946 bool IsBitField = Arg->IgnoreParens()->getObjectKind() == OK_BitField; in EmitBPFBuiltinExpr()