| /freebsd/contrib/llvm-project/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() 176 rebuiltExpr->getObjectKind(), ce->getRParenLoc(), in rebuild() 368 e->getValueKind(), e->getObjectKind(), in capture() 1565 uop->getValueKind(), uop->getObjectKind(), uop->getOperatorLoc(), in recreateSyntacticForm() 1573 cop->getValueKind(), cop->getObjectKind(), cop->getOperatorLoc(), in recreateSyntacticForm() 1582 bop->getObjectKind(), bop->getOperatorLoc(), in recreateSyntacticForm()
|
| H A D | SemaBPF.cpp | 35 return (Arg->IgnoreParens()->getObjectKind() == OK_BitField || in isValidPreserveFieldInfoArg()
|
| H A D | SemaFixItUtils.cpp | 132 if (!Expr->isLValue() || Expr->getObjectKind() != OK_Ordinary) in tryToFixConversion()
|
| H A D | SemaExpr.cpp | 2421 E->setObjectKind(BE->getObjectKind()); in BuildDeclRefExpr() 4390 if (E->getObjectKind() == OK_BitField) { in CheckAlignOfExpr() 4792 if (V.get()->getObjectKind() != OK_Ordinary) { in CheckRealImagOperand() 8919 commonExpr->getObjectKind(), in ActOnConditionalOp() 14262 OK = Op->getObjectKind(); in CheckIncrementDecrementOperand() 14537 } else if (op->getObjectKind() == OK_BitField) { // C99 6.5.3.2p1 in CheckAddressOfOperand() 14540 } else if (op->getObjectKind() == OK_VectorComponent) { in CheckAddressOfOperand() 14543 } else if (op->getObjectKind() == OK_MatrixComponent) { in CheckAddressOfOperand() 15016 LHS.get()->getObjectKind() != OK_ObjCProperty) { in CreateBuiltinBinOp() 15018 OK = LHS.get()->getObjectKind(); in CreateBuiltinBinOp() [all …]
|
| H A D | SemaExprCXX.cpp | 4748 assert(From->getObjectKind() != OK_ObjCProperty); in PerformImplicitConversion() 5895 OK = NonThrow->getObjectKind(); in CXXCheckConditionalOperands() 6012 if (LHS.get()->getObjectKind() == OK_BitField || in CXXCheckConditionalOperands() 6013 RHS.get()->getObjectKind() == OK_BitField) in CXXCheckConditionalOperands() 6763 BO->getObjectKind(), BO->getOperatorLoc(), in ActOnDecltypeExpression()
|
| H A D | SemaExprMember.cpp | 1770 if (BaseExpr->getObjectKind() == OK_Ordinary) in BuildFieldReferenceExpr()
|
| H A D | SemaCoroutine.cpp | 364 OpaqueValueExpr(Loc, E->getType(), VK_LValue, E->getObjectKind(), E); in buildCoawaitCalls()
|
| H A D | SemaInit.cpp | 4277 Initializer->getObjectKind()); in TryArrayCopy() 6862 VTy->getElementType(), Arg->getValueKind(), Arg->getObjectKind(), in InitializeFrom() 8470 Cur->getValueKind(), Cur->getObjectKind(), Cur); in Perform()
|
| H A D | SemaCast.cpp | 2325 switch (SrcExpr.get()->getObjectKind()) { in TryReinterpretCast()
|
| H A D | SemaOverload.cpp | 15305 assert(Args[0]->getObjectKind() != OK_ObjCProperty); in CreateOverloadedBinOp() 15726 LHS->getObjectKind(), LHS); in BuildSynthesizedThreeWayComparison() 15729 RHS->getObjectKind(), RHS); in BuildSynthesizedThreeWayComparison() 15791 Result.get()->getValueKind(), Result.get()->getObjectKind(), OpLoc, in BuildSynthesizedThreeWayComparison()
|
| H A D | SemaHLSL.cpp | 3995 E->getObjectKind(), E); in transformInitList()
|
| H A D | SemaExprObjC.cpp | 4560 sub->getValueKind(), sub->getObjectKind(), in stripARCUnbridgedCast()
|
| H A D | SemaChecking.cpp | 498 Inner->getObjectKind(), Inner); in makeOpaqueValueExpr() 846 BuiltinCall->setObjectKind(CE->getObjectKind()); in BuiltinCallWithStaticChain()
|
| H A D | SemaOpenMP.cpp | 4437 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl() 4485 CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue() && in buildCapture() 7219 MemberCall->getValueKind(), MemberCall->getObjectKind()); in ActOnOpenMPCall()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTResultSynthesizer.cpp | 304 last_expr->getObjectKind() == OK_Ordinary; in SynthesizeBodyResult()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenCall.cpp | 653 assert(e->getObjectKind() == OK_Ordinary); in emitCallArg()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprClassification.cpp | 607 return (E->getLHS()->getObjectKind() == OK_ObjCProperty in ClassifyBinaryOp()
|
| H A D | Expr.cpp | 4095 assert((E->isLValue() && E->getObjectKind() == OK_ObjCProperty) && in getObjCProperty() 4420 AssocExprs[ResultIndex]->getObjectKind()), in GenericSelectionExpr() 4447 AssocExprs[ResultIndex]->getObjectKind()), in GenericSelectionExpr() 4600 Init->getObjectKind()), in DesignatedInitExpr() 5004 assert(semantics[resultIndex]->getObjectKind() == OK_Ordinary); in Create()
|
| H A D | ASTImporter.cpp | 7648 ExprObjectKind OK = E->getObjectKind(); in VisitChooseExpr() 7671 E->getObjectKind(), ToBuiltinLoc, ToRParenLoc, in VisitConvertVectorExpr() 8104 E->getValueKind(), E->getObjectKind(), ToOperatorLoc, in VisitBinaryOperator() 8121 E->getValueKind(), E->getObjectKind()); in VisitConditionalOperator() 8141 E->getObjectKind()); in VisitBinaryConditionalOperator() 8194 ToLocation, ToType, E->getValueKind(), E->getObjectKind(), ToSourceExpr); in VisitOpaqueValueExpr() 8207 ToLHS, ToRHS, ToType, E->getValueKind(), E->getObjectKind(), in VisitArraySubscriptExpr() 8226 E->getValueKind(), E->getObjectKind(), ToOperatorLoc, in VisitCompoundAssignOperator() 8753 E->getObjectKind(), E->isNonOdrUse()); in VisitMemberExpr() 10039 ToE->setObjectKind(FromE->getObjectKind()); in Import()
|
| H A D | TextNodeDumper.cpp | 164 switch (E->getObjectKind()) { in Visit()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 443 ExprObjectKind getObjectKind() const { in getObjectKind() function 448 ExprObjectKind OK = getObjectKind(); in isOrdinaryOrBitFieldObject() 468 bool refersToBitField() const { return getObjectKind() == OK_BitField; } in refersToBitField() 507 return getObjectKind() == OK_MatrixComponent; in refersToMatrixElement() 1053 subexpr->getObjectKind()), in FullExpr() 2187 val->getObjectKind()), in ParenExpr()
|
| H A D | ExprCXX.h | 294 SemanticForm->getValueKind(), SemanticForm->getObjectKind()), in CXXRewrittenBinaryOperator() 1288 Param->getDefaultArg()->getObjectKind()), in CXXDefaultArgExpr() 4320 Pattern->getValueKind(), Pattern->getObjectKind()), in PackExpansionExpr() 5211 Resume->getObjectKind()), in CoroutineSuspendExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 625 CurrentPackingBits.addBits(E->getObjectKind(), /*BitsWidth=*/3); in VisitExpr() 708 nk == DeclarationName::Identifier && E->getObjectKind() == OK_Ordinary) { in VisitDeclRefExpr() 1092 E->getObjectKind() == OK_Ordinary) in VisitBinaryOperator() 1104 E->getObjectKind() == OK_Ordinary) in VisitCompoundAssignOperator()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 4847 assert(E->getObjectKind() == OK_Ordinary); in EmitCallArg()
|
| H A D | CGExpr.cpp | 232 if (CondOp->getObjectKind() == OK_BitField) in EmitIgnoredExpr()
|