Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp2131 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 DSemaExprCXX.cpp4346 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 DSemaCoroutine.cpp379 OpaqueValueExpr(Loc, E->getType(), VK_LValue, E->getObjectKind(), E); in buildCoawaitCalls()
H A DSemaExprMember.cpp1802 if (BaseExpr->getObjectKind() == OK_Ordinary) in BuildFieldReferenceExpr()
H A DSemaInit.cpp6152 Initializer->getObjectKind()); in InitializeFrom()
6306 VTy->getElementType(), Arg->getValueKind(), Arg->getObjectKind(), in InitializeFrom()
9056 Cur->getValueKind(), Cur->getObjectKind(), Cur); in Perform()
H A DSemaCast.cpp2254 switch (SrcExpr.get()->getObjectKind()) { in TryReinterpretCast()
H A DSemaOverload.cpp13868 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 DSemaExprObjC.cpp4549 sub->getValueKind(), sub->getObjectKind(), in stripARCUnbridgedCast()
H A DSemaChecking.cpp441 Inner->getObjectKind(), Inner); in makeOpaqueValueExpr()
784 BuiltinCall->setObjectKind(CE->getObjectKind()); in SemaBuiltinCallWithStaticChain()
3357 return (Arg->IgnoreParens()->getObjectKind() == OK_BitField || in isValidBPFPreserveFieldInfoArg()
H A DTreeTransform.h15042 if (First->getObjectKind() == OK_ObjCProperty) { in RebuildCXXOperatorCallExpr()
15053 if (Second && Second->getObjectKind() == OK_ObjCProperty) { in RebuildCXXOperatorCallExpr()
H A DSemaOpenMP.cpp4635 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 DASTResultSynthesizer.cpp312 last_expr->getObjectKind() == OK_Ordinary; in SynthesizeBodyResult()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprClassification.cpp568 return (E->getLHS()->getObjectKind() == OK_ObjCProperty in ClassifyBinaryOp()
H A DASTImporter.cpp6950 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 DExpr.cpp3994 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 DTextNodeDumper.cpp161 switch (E->getObjectKind()) { in Visit()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h438 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 DExprCXX.h292 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 DASTWriterStmt.cpp549 Record.push_back(E->getObjectKind()); in VisitExpr()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp4417 assert(E->getObjectKind() == OK_Ordinary); in EmitCallArg()
H A DCGExpr.cpp201 if (CondOp->getObjectKind() == OK_BitField) in EmitIgnoredExpr()
H A DCGBuiltin.cpp12254 bool IsBitField = Arg->IgnoreParens()->getObjectKind() == OK_BitField; in EmitBPFBuiltinExpr()