Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp2064 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 DSemaExprCXX.cpp4194 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 DSemaCoroutine.cpp426 OpaqueValueExpr(Loc, E->getType(), VK_LValue, E->getObjectKind(), E); in buildCoawaitCalls()
H A DSemaExprMember.cpp1778 if (BaseExpr->getObjectKind() == OK_Ordinary) in BuildFieldReferenceExpr()
H A DSemaCast.cpp2225 switch (SrcExpr.get()->getObjectKind()) { in TryReinterpretCast()
H A DSemaOverload.cpp13526 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 DSemaInit.cpp5845 Initializer->getObjectKind()); in InitializeFrom()
8647 Cur->getValueKind(), Cur->getObjectKind(), Cur); in Perform()
H A DSemaExprObjC.cpp4555 sub->getValueKind(), sub->getObjectKind(), in stripARCUnbridgedCast()
H A DSemaOpenMP.cpp4301 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 DTreeTransform.h14491 if (First->getObjectKind() == OK_ObjCProperty) { in RebuildCXXOperatorCallExpr()
14502 if (Second && Second->getObjectKind() == OK_ObjCProperty) { in RebuildCXXOperatorCallExpr()
H A DSemaChecking.cpp402 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 DExpr.h439 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 DExprCXX.h293 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 DExprClassification.cpp554 return (E->getLHS()->getObjectKind() == OK_ObjCProperty in ClassifyBinaryOp()
H A DASTImporter.cpp6573 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 DExpr.cpp3808 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 DTextNodeDumper.cpp160 switch (E->getObjectKind()) { in Visit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp553 Record.push_back(E->getObjectKind()); in VisitExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp4277 assert(E->getObjectKind() == OK_Ordinary); in EmitCallArg()
H A DCGBuiltin.cpp11563 bool IsBitField = Arg->IgnoreParens()->getObjectKind() == OK_BitField; in EmitBPFBuiltinExpr()