| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 64 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 D | SemaFixItUtils.cpp | 132 if (!Expr->isLValue() || Expr->getObjectKind() != OK_Ordinary) in tryToFixConversion()
|
| H A D | SemaExpr.cpp | 2132 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 D | SemaExprCXX.cpp | 4275 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 D | SemaCoroutine.cpp | 379 OpaqueValueExpr(Loc, E->getType(), VK_LValue, E->getObjectKind(), E); in buildCoawaitCalls()
|
| H A D | SemaExprMember.cpp | 1811 if (BaseExpr->getObjectKind() == OK_Ordinary) in BuildFieldReferenceExpr()
|
| H A D | SemaInit.cpp | 5875 Initializer->getObjectKind()); in InitializeFrom() 5990 VTy->getElementType(), Arg->getValueKind(), Arg->getObjectKind(), in InitializeFrom() 8717 Cur->getValueKind(), Cur->getObjectKind(), Cur); in Perform()
|
| H A D | SemaCast.cpp | 2238 switch (SrcExpr.get()->getObjectKind()) { in TryReinterpretCast()
|
| H A D | SemaOverload.cpp | 13715 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 D | SemaExprObjC.cpp | 4557 sub->getValueKind(), sub->getObjectKind(), in stripARCUnbridgedCast()
|
| H A D | SemaChecking.cpp | 406 Inner->getObjectKind(), Inner); in makeOpaqueValueExpr() 749 BuiltinCall->setObjectKind(CE->getObjectKind()); in SemaBuiltinCallWithStaticChain() 3252 return (Arg->IgnoreParens()->getObjectKind() == OK_BitField || in isValidBPFPreserveFieldInfoArg()
|
| H A D | TreeTransform.h | 14854 if (First->getObjectKind() == OK_ObjCProperty) { in RebuildCXXOperatorCallExpr() 14865 if (Second && Second->getObjectKind() == OK_ObjCProperty) { in RebuildCXXOperatorCallExpr()
|
| H A D | SemaOpenMP.cpp | 4579 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 D | ASTResultSynthesizer.cpp | 312 last_expr->getObjectKind() == OK_Ordinary; in SynthesizeBodyResult()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprClassification.cpp | 560 return (E->getLHS()->getObjectKind() == OK_ObjCProperty in ClassifyBinaryOp()
|
| H A D | ASTImporter.cpp | 6814 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 D | Expr.cpp | 3906 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 D | TextNodeDumper.cpp | 161 switch (E->getObjectKind()) { in Visit()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Expr.h | 437 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 D | ExprCXX.h | 293 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 D | ASTWriterStmt.cpp | 551 Record.push_back(E->getObjectKind()); in VisitExpr()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 4367 assert(E->getObjectKind() == OK_Ordinary); in EmitCallArg()
|
| H A D | CGExpr.cpp | 200 if (CondOp->getObjectKind() == OK_BitField) in EmitIgnoredExpr()
|
| H A D | CGBuiltin.cpp | 11946 bool IsBitField = Arg->IgnoreParens()->getObjectKind() == OK_BitField; in EmitBPFBuiltinExpr()
|