Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp65 refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildObjCPropertyRefExpr()
71 refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildObjCPropertyRefExpr()
81 refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildObjCSubscriptRefExpr()
103 refExpr->getType(), refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildMSPropertySubscriptExpr()
134 uop->getObjectKind(), in rebuild()
177 rebuiltExpr->getObjectKind(), in rebuild()
372 e->getValueKind(), e->getObjectKind(), in capture()
1653 uop->getObjectKind(), uop->getOperatorLoc(), uop->canOverflow()); in recreateSyntacticForm()
1661 cop->getObjectKind(), in recreateSyntacticForm()
1671 bop->getObjectKind(), in recreateSyntacticForm()
H A DSemaFixItUtils.cpp133 if (!Expr->isLValue() || Expr->getObjectKind() != OK_Ordinary) in tryToFixConversion()
H A DSemaExpr.cpp1745 E->setObjectKind(BE->getObjectKind()); in BuildDeclRefExpr()
3843 if (E->getObjectKind() == OK_BitField) { in CheckAlignOfExpr()
11654 OK = Op->getObjectKind(); in CheckIncrementDecrementOperand()
12324 OK = LHS.get()->getObjectKind(); in CreateBuiltinBinOp()
12435 OK = RHS.get()->getObjectKind(); in CreateBuiltinBinOp()
12489 OK = LHS.get()->getObjectKind(); in CreateBuiltinBinOp()
13052 OK = Input.get()->getObjectKind(); in CreateBuiltinUnaryOp()
13509 OK = ActiveExpr->getObjectKind(); in ActOnChooseExpr()
16395 assert(E->getObjectKind() == OK_Ordinary); in VisitCallExpr()
16491 assert(E->getObjectKind() == OK_Ordinary); in VisitImplicitCastExpr()
[all …]
H A DSemaExprCXX.cpp3966 assert(From->getObjectKind() != OK_ObjCProperty); in PerformImplicitConversion()
5769 OK = NonThrow->getObjectKind(); in CXXCheckConditionalOperands()
5870 if (LHS.get()->getObjectKind() == OK_BitField || in CXXCheckConditionalOperands()
5871 RHS.get()->getObjectKind() == OK_BitField) in CXXCheckConditionalOperands()
6585 BO->getObjectKind(), BO->getOperatorLoc(), BO->getFPFeatures()); in ActOnDecltypeExpression()
H A DSemaCoroutine.cpp425 OpaqueValueExpr(Loc, E->getType(), VK_LValue, E->getObjectKind(), E); in buildCoawaitCalls()
H A DSemaExprMember.cpp1750 if (BaseExpr->getObjectKind() == OK_Ordinary) in BuildFieldReferenceExpr()
H A DSemaCast.cpp2023 switch (SrcExpr.get()->getObjectKind()) { in TryReinterpretCast()
H A DSemaInit.cpp5528 Initializer->getObjectKind()); in InitializeFrom()
7931 Cur->getValueKind(), Cur->getObjectKind(), Cur); in Perform()
H A DSemaExprObjC.cpp4331 sub->getObjectKind(), uo->getOperatorLoc(), false); in stripARCUnbridgedCast()
H A DTreeTransform.h12691 if (First->getObjectKind() == OK_ObjCProperty) { in RebuildCXXOperatorCallExpr()
12702 if (Second && Second->getObjectKind() == OK_ObjCProperty) { in RebuildCXXOperatorCallExpr()
H A DSemaOpenMP.cpp2835 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl()
2880 CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue() && in buildCapture()
H A DSemaOverload.cpp12442 assert(Args[0]->getObjectKind() != OK_ObjCProperty); in CreateOverloadedBinOp()
H A DSemaChecking.cpp336 BuiltinCall->setObjectKind(CE->getObjectKind()); in SemaBuiltinCallWithStaticChain()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp297 last_expr->getObjectKind() == OK_Ordinary; in SynthesizeBodyResult()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprClassification.cpp538 return (E->getLHS()->getObjectKind() == OK_ObjCProperty in ClassifyBinaryOp()
H A DASTImporter.cpp6390 ToSubExpr, E->getOpcode(), ToType, E->getValueKind(), E->getObjectKind(), in VisitUnaryOperator()
6436 E->getObjectKind(), ToOperatorLoc, E->getFPFeatures()); in VisitBinaryOperator()
6453 E->getValueKind(), E->getObjectKind()); in VisitConditionalOperator()
6475 E->getObjectKind()); in VisitBinaryConditionalOperator()
6526 ToLocation, ToType, E->getValueKind(), E->getObjectKind(), ToSourceExpr); in VisitOpaqueValueExpr()
6541 ToLHS, ToRHS, ToType, E->getValueKind(), E->getObjectKind(), in VisitArraySubscriptExpr()
6561 E->getObjectKind(), ToComputationLHSType, ToComputationResultType, in VisitCompoundAssignOperator()
7062 ToMemberNameInfo, nullptr, ToType, E->getValueKind(), E->getObjectKind()); in VisitMemberExpr()
7889 ToE->setObjectKind(FromE->getObjectKind()); in Import()
H A DExpr.cpp3561 E->getObjectKind() == OK_ObjCProperty) && in getObjCProperty()
3789 AssocExprs[ResultIndex]->getObjectKind(), in GenericSelectionExpr()
3848 Init->getValueKind(), Init->getObjectKind(), in DesignatedInitExpr()
4107 assert(semantics[resultIndex]->getObjectKind() == OK_Ordinary); in Create()
H A DTextNodeDumper.cpp144 switch (E->getObjectKind()) { in Visit()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h412 ExprObjectKind getObjectKind() const { in getObjectKind() function
417 ExprObjectKind OK = getObjectKind(); in isOrdinaryOrBitFieldObject()
437 bool refersToBitField() const { return getObjectKind() == OK_BitField; } in refersToBitField()
883 subexpr->getValueKind(), subexpr->getObjectKind(), in FullExpr()
1850 val->getValueKind(), val->getObjectKind(), in ParenExpr()
H A DExprCXX.h1085 Param->getDefaultArg()->getObjectKind(), false, false, false, in CXXDefaultArgExpr()
3791 Pattern->getObjectKind(), /*TypeDependent=*/true, in PackExpansionExpr()
4351 Resume->getObjectKind(), Resume->isTypeDependent(), in CoroutineSuspendExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp426 Record.push_back(E->getObjectKind()); in VisitExpr()
684 Record.push_back(E->getObjectKind()); in VisitMemberExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp3595 assert(E->getObjectKind() == OK_Ordinary); in EmitCallArg()