| /openbsd-src/gnu/llvm/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 | 2131 E->setObjectKind(BE->getObjectKind()); in BuildDeclRefExpr() 4424 if (E->getObjectKind() == OK_BitField) { in CheckAlignOfExpr() 4714 if (V.get()->getObjectKind() != OK_Ordinary) { in CheckRealImagOperand() 9428 commonExpr->getObjectKind(), in ActOnConditionalOp() 14433 OK = Op->getObjectKind(); in CheckIncrementDecrementOperand() 14673 } else if (op->getObjectKind() == OK_BitField) { // C99 6.5.3.2p1 in CheckAddressOfOperand() 14676 } else if (op->getObjectKind() == OK_VectorComponent) { in CheckAddressOfOperand() 14679 } else if (op->getObjectKind() == OK_MatrixComponent) { in CheckAddressOfOperand() 15172 LHS.get()->getObjectKind() != OK_ObjCProperty) { in CreateBuiltinBinOp() 15174 OK = LHS.get()->getObjectKind(); in CreateBuiltinBinOp() [all …]
|
| H A D | SemaExprCXX.cpp | 4346 assert(From->getObjectKind() != OK_ObjCProperty); in PerformImplicitConversion() 6543 OK = NonThrow->getObjectKind(); in CXXCheckConditionalOperands() 6653 if (LHS.get()->getObjectKind() == OK_BitField || in CXXCheckConditionalOperands() 6654 RHS.get()->getObjectKind() == OK_BitField) in CXXCheckConditionalOperands() 7405 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 | 1802 if (BaseExpr->getObjectKind() == OK_Ordinary) in BuildFieldReferenceExpr()
|
| H A D | SemaInit.cpp | 6152 Initializer->getObjectKind()); in InitializeFrom() 6306 VTy->getElementType(), Arg->getValueKind(), Arg->getObjectKind(), in InitializeFrom() 9056 Cur->getValueKind(), Cur->getObjectKind(), Cur); in Perform()
|
| H A D | SemaCast.cpp | 2254 switch (SrcExpr.get()->getObjectKind()) { in TryReinterpretCast()
|
| H A D | SemaOverload.cpp | 13868 assert(Args[0]->getObjectKind() != OK_ObjCProperty); in CreateOverloadedBinOp() 14261 LHS->getObjectKind(), LHS); in BuildSynthesizedThreeWayComparison() 14264 RHS->getObjectKind(), RHS); in BuildSynthesizedThreeWayComparison() 14326 Result.get()->getValueKind(), Result.get()->getObjectKind(), OpLoc, in BuildSynthesizedThreeWayComparison()
|
| H A D | SemaExprObjC.cpp | 4549 sub->getValueKind(), sub->getObjectKind(), in stripARCUnbridgedCast()
|
| H A D | SemaChecking.cpp | 441 Inner->getObjectKind(), Inner); in makeOpaqueValueExpr() 784 BuiltinCall->setObjectKind(CE->getObjectKind()); in SemaBuiltinCallWithStaticChain() 3357 return (Arg->IgnoreParens()->getObjectKind() == OK_BitField || in isValidBPFPreserveFieldInfoArg()
|
| H A D | TreeTransform.h | 15042 if (First->getObjectKind() == OK_ObjCProperty) { in RebuildCXXOperatorCallExpr() 15053 if (Second && Second->getObjectKind() == OK_ObjCProperty) { in RebuildCXXOperatorCallExpr()
|
| H A D | SemaOpenMP.cpp | 4635 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl() 4682 CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue() && in buildCapture() 7332 MemberCall->getValueKind(), MemberCall->getObjectKind()); in ActOnOpenMPCall()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTResultSynthesizer.cpp | 312 last_expr->getObjectKind() == OK_Ordinary; in SynthesizeBodyResult()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExprClassification.cpp | 568 return (E->getLHS()->getObjectKind() == OK_ObjCProperty in ClassifyBinaryOp()
|
| H A D | ASTImporter.cpp | 6950 ExprObjectKind OK = E->getObjectKind(); in VisitChooseExpr() 7318 E->getValueKind(), E->getObjectKind(), ToOperatorLoc, E->canOverflow(), in VisitUnaryOperator() 7362 E->getValueKind(), E->getObjectKind(), ToOperatorLoc, in VisitBinaryOperator() 7379 E->getValueKind(), E->getObjectKind()); in VisitConditionalOperator() 7399 E->getObjectKind()); in VisitBinaryConditionalOperator() 7441 ToLocation, ToType, E->getValueKind(), E->getObjectKind(), ToSourceExpr); in VisitOpaqueValueExpr() 7454 ToLHS, ToRHS, ToType, E->getValueKind(), E->getObjectKind(), in VisitArraySubscriptExpr() 7473 E->getValueKind(), E->getObjectKind(), ToOperatorLoc, in VisitCompoundAssignOperator() 7987 E->getObjectKind(), E->isNonOdrUse()); in VisitMemberExpr() 9226 ToE->setObjectKind(FromE->getObjectKind()); in Import()
|
| H A D | Expr.cpp | 3994 assert((E->isLValue() && E->getObjectKind() == OK_ObjCProperty) && in getObjCProperty() 4311 AssocExprs[ResultIndex]->getObjectKind()), in GenericSelectionExpr() 4409 Init->getObjectKind()), in DesignatedInitExpr() 4742 assert(semantics[resultIndex]->getObjectKind() == OK_Ordinary); in Create()
|
| H A D | TextNodeDumper.cpp | 161 switch (E->getObjectKind()) { in Visit()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Expr.h | 438 ExprObjectKind getObjectKind() const { in getObjectKind() function 443 ExprObjectKind OK = getObjectKind(); in isOrdinaryOrBitFieldObject() 463 bool refersToBitField() const { return getObjectKind() == OK_BitField; } in refersToBitField() 495 return getObjectKind() == OK_MatrixComponent; in refersToMatrixElement() 1021 subexpr->getObjectKind()), in FullExpr() 2129 val->getObjectKind()), in ParenExpr()
|
| H A D | ExprCXX.h | 292 SemanticForm->getValueKind(), SemanticForm->getObjectKind()), in CXXRewrittenBinaryOperator() 1267 Param->getDefaultArg()->getObjectKind()), in CXXDefaultArgExpr() 4143 Pattern->getObjectKind()), in PackExpansionExpr() 4928 Resume->getObjectKind()), in CoroutineSuspendExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 549 Record.push_back(E->getObjectKind()); in VisitExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 4417 assert(E->getObjectKind() == OK_Ordinary); in EmitCallArg()
|
| H A D | CGExpr.cpp | 201 if (CondOp->getObjectKind() == OK_BitField) in EmitIgnoredExpr()
|
| H A D | CGBuiltin.cpp | 12254 bool IsBitField = Arg->IgnoreParens()->getObjectKind() == OK_BitField; in EmitBPFBuiltinExpr()
|