| /netbsd-src/external/apache2/llvm/dist/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 | 2064 E->setObjectKind(BE->getObjectKind()); in BuildDeclRefExpr() 4276 if (E->getObjectKind() == OK_BitField) { in CheckAlignOfExpr() 4556 if (V.get()->getObjectKind() != OK_Ordinary) { in CheckRealImagOperand() 8781 commonExpr->getObjectKind(), in ActOnConditionalOp() 13322 OK = Op->getObjectKind(); in CheckIncrementDecrementOperand() 13562 } else if (op->getObjectKind() == OK_BitField) { // C99 6.5.3.2p1 in CheckAddressOfOperand() 13565 } else if (op->getObjectKind() == OK_VectorComponent) { in CheckAddressOfOperand() 13568 } else if (op->getObjectKind() == OK_MatrixComponent) { in CheckAddressOfOperand() 14018 LHS.get()->getObjectKind() != OK_ObjCProperty) { in CreateBuiltinBinOp() 14020 OK = LHS.get()->getObjectKind(); in CreateBuiltinBinOp() [all …]
|
| H A D | SemaExprCXX.cpp | 4194 assert(From->getObjectKind() != OK_ObjCProperty); in PerformImplicitConversion() 6176 OK = NonThrow->getObjectKind(); in CXXCheckConditionalOperands() 6284 if (LHS.get()->getObjectKind() == OK_BitField || in CXXCheckConditionalOperands() 6285 RHS.get()->getObjectKind() == OK_BitField) in CXXCheckConditionalOperands() 7098 BO->getObjectKind(), BO->getOperatorLoc(), in ActOnDecltypeExpression()
|
| H A D | SemaCoroutine.cpp | 426 OpaqueValueExpr(Loc, E->getType(), VK_LValue, E->getObjectKind(), E); in buildCoawaitCalls()
|
| H A D | SemaExprMember.cpp | 1778 if (BaseExpr->getObjectKind() == OK_Ordinary) in BuildFieldReferenceExpr()
|
| H A D | SemaCast.cpp | 2225 switch (SrcExpr.get()->getObjectKind()) { in TryReinterpretCast()
|
| H A D | SemaOverload.cpp | 13526 assert(Args[0]->getObjectKind() != OK_ObjCProperty); in CreateOverloadedBinOp() 13901 LHS->getObjectKind(), LHS); in BuildSynthesizedThreeWayComparison() 13904 RHS->getObjectKind(), RHS); in BuildSynthesizedThreeWayComparison() 13966 Result.get()->getValueKind(), Result.get()->getObjectKind(), OpLoc, in BuildSynthesizedThreeWayComparison()
|
| H A D | SemaInit.cpp | 5845 Initializer->getObjectKind()); in InitializeFrom() 8647 Cur->getValueKind(), Cur->getObjectKind(), Cur); in Perform()
|
| H A D | SemaExprObjC.cpp | 4555 sub->getValueKind(), sub->getObjectKind(), in stripARCUnbridgedCast()
|
| H A D | SemaOpenMP.cpp | 4301 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl() 4347 CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue() && in buildCapture() 6804 MemberCall->getValueKind(), MemberCall->getObjectKind()); in ActOnOpenMPCall()
|
| H A D | TreeTransform.h | 14491 if (First->getObjectKind() == OK_ObjCProperty) { in RebuildCXXOperatorCallExpr() 14502 if (Second && Second->getObjectKind() == OK_ObjCProperty) { in RebuildCXXOperatorCallExpr()
|
| H A D | SemaChecking.cpp | 402 BuiltinCall->setObjectKind(CE->getObjectKind()); in SemaBuiltinCallWithStaticChain() 2589 return (Arg->IgnoreParens()->getObjectKind() == OK_BitField || in isValidBPFPreserveFieldInfoArg()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Expr.h | 439 ExprObjectKind getObjectKind() const { in getObjectKind() function 444 ExprObjectKind OK = getObjectKind(); in isOrdinaryOrBitFieldObject() 464 bool refersToBitField() const { return getObjectKind() == OK_BitField; } in refersToBitField() 496 return getObjectKind() == OK_MatrixComponent; in refersToMatrixElement() 1000 subexpr->getObjectKind()), in FullExpr() 2050 val->getObjectKind()), in ParenExpr()
|
| H A D | ExprCXX.h | 293 SemanticForm->getValueKind(), SemanticForm->getObjectKind()), in CXXRewrittenBinaryOperator() 1257 Param->getDefaultArg()->getObjectKind()), in CXXDefaultArgExpr() 4070 Pattern->getObjectKind()), in PackExpansionExpr() 4696 Resume->getObjectKind()), in CoroutineSuspendExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ExprClassification.cpp | 554 return (E->getLHS()->getObjectKind() == OK_ObjCProperty in ClassifyBinaryOp()
|
| H A D | ASTImporter.cpp | 6573 ExprObjectKind OK = E->getObjectKind(); in VisitChooseExpr() 6923 E->getValueKind(), E->getObjectKind(), ToOperatorLoc, E->canOverflow(), in VisitUnaryOperator() 6967 E->getValueKind(), E->getObjectKind(), ToOperatorLoc, in VisitBinaryOperator() 6984 E->getValueKind(), E->getObjectKind()); in VisitConditionalOperator() 7004 E->getObjectKind()); in VisitBinaryConditionalOperator() 7046 ToLocation, ToType, E->getValueKind(), E->getObjectKind(), ToSourceExpr); in VisitOpaqueValueExpr() 7059 ToLHS, ToRHS, ToType, E->getValueKind(), E->getObjectKind(), in VisitArraySubscriptExpr() 7078 E->getValueKind(), E->getObjectKind(), ToOperatorLoc, in VisitCompoundAssignOperator() 7586 E->getObjectKind(), E->isNonOdrUse()); in VisitMemberExpr() 8565 ToE->setObjectKind(FromE->getObjectKind()); in Import()
|
| H A D | Expr.cpp | 3808 E->getObjectKind() == OK_ObjCProperty) && in getObjCProperty() 4126 AssocExprs[ResultIndex]->getObjectKind()), in GenericSelectionExpr() 4224 Init->getObjectKind()), in DesignatedInitExpr() 4556 assert(semantics[resultIndex]->getObjectKind() == OK_Ordinary); in Create()
|
| H A D | TextNodeDumper.cpp | 160 switch (E->getObjectKind()) { in Visit()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 553 Record.push_back(E->getObjectKind()); in VisitExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 4277 assert(E->getObjectKind() == OK_Ordinary); in EmitCallArg()
|
| H A D | CGBuiltin.cpp | 11563 bool IsBitField = Arg->IgnoreParens()->getObjectKind() == OK_BitField; in EmitBPFBuiltinExpr()
|