Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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()
176 rebuiltExpr->getObjectKind(), ce->getRParenLoc(), in rebuild()
368 e->getValueKind(), e->getObjectKind(), in capture()
1565 uop->getValueKind(), uop->getObjectKind(), uop->getOperatorLoc(), in recreateSyntacticForm()
1573 cop->getValueKind(), cop->getObjectKind(), cop->getOperatorLoc(), in recreateSyntacticForm()
1582 bop->getObjectKind(), bop->getOperatorLoc(), in recreateSyntacticForm()
H A DSemaBPF.cpp35 return (Arg->IgnoreParens()->getObjectKind() == OK_BitField || in isValidPreserveFieldInfoArg()
H A DSemaFixItUtils.cpp132 if (!Expr->isLValue() || Expr->getObjectKind() != OK_Ordinary) in tryToFixConversion()
H A DSemaExpr.cpp2421 E->setObjectKind(BE->getObjectKind()); in BuildDeclRefExpr()
4390 if (E->getObjectKind() == OK_BitField) { in CheckAlignOfExpr()
4792 if (V.get()->getObjectKind() != OK_Ordinary) { in CheckRealImagOperand()
8919 commonExpr->getObjectKind(), in ActOnConditionalOp()
14262 OK = Op->getObjectKind(); in CheckIncrementDecrementOperand()
14537 } else if (op->getObjectKind() == OK_BitField) { // C99 6.5.3.2p1 in CheckAddressOfOperand()
14540 } else if (op->getObjectKind() == OK_VectorComponent) { in CheckAddressOfOperand()
14543 } else if (op->getObjectKind() == OK_MatrixComponent) { in CheckAddressOfOperand()
15016 LHS.get()->getObjectKind() != OK_ObjCProperty) { in CreateBuiltinBinOp()
15018 OK = LHS.get()->getObjectKind(); in CreateBuiltinBinOp()
[all …]
H A DSemaExprCXX.cpp4748 assert(From->getObjectKind() != OK_ObjCProperty); in PerformImplicitConversion()
5895 OK = NonThrow->getObjectKind(); in CXXCheckConditionalOperands()
6012 if (LHS.get()->getObjectKind() == OK_BitField || in CXXCheckConditionalOperands()
6013 RHS.get()->getObjectKind() == OK_BitField) in CXXCheckConditionalOperands()
6763 BO->getObjectKind(), BO->getOperatorLoc(), in ActOnDecltypeExpression()
H A DSemaExprMember.cpp1770 if (BaseExpr->getObjectKind() == OK_Ordinary) in BuildFieldReferenceExpr()
H A DSemaCoroutine.cpp364 OpaqueValueExpr(Loc, E->getType(), VK_LValue, E->getObjectKind(), E); in buildCoawaitCalls()
H A DSemaInit.cpp4277 Initializer->getObjectKind()); in TryArrayCopy()
6862 VTy->getElementType(), Arg->getValueKind(), Arg->getObjectKind(), in InitializeFrom()
8470 Cur->getValueKind(), Cur->getObjectKind(), Cur); in Perform()
H A DSemaCast.cpp2325 switch (SrcExpr.get()->getObjectKind()) { in TryReinterpretCast()
H A DSemaOverload.cpp15305 assert(Args[0]->getObjectKind() != OK_ObjCProperty); in CreateOverloadedBinOp()
15726 LHS->getObjectKind(), LHS); in BuildSynthesizedThreeWayComparison()
15729 RHS->getObjectKind(), RHS); in BuildSynthesizedThreeWayComparison()
15791 Result.get()->getValueKind(), Result.get()->getObjectKind(), OpLoc, in BuildSynthesizedThreeWayComparison()
H A DSemaHLSL.cpp3995 E->getObjectKind(), E); in transformInitList()
H A DSemaExprObjC.cpp4560 sub->getValueKind(), sub->getObjectKind(), in stripARCUnbridgedCast()
H A DSemaChecking.cpp498 Inner->getObjectKind(), Inner); in makeOpaqueValueExpr()
846 BuiltinCall->setObjectKind(CE->getObjectKind()); in BuiltinCallWithStaticChain()
H A DSemaOpenMP.cpp4437 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl()
4485 CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue() && in buildCapture()
7219 MemberCall->getValueKind(), MemberCall->getObjectKind()); in ActOnOpenMPCall()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp304 last_expr->getObjectKind() == OK_Ordinary; in SynthesizeBodyResult()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCall.cpp653 assert(e->getObjectKind() == OK_Ordinary); in emitCallArg()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp607 return (E->getLHS()->getObjectKind() == OK_ObjCProperty in ClassifyBinaryOp()
H A DExpr.cpp4095 assert((E->isLValue() && E->getObjectKind() == OK_ObjCProperty) && in getObjCProperty()
4420 AssocExprs[ResultIndex]->getObjectKind()), in GenericSelectionExpr()
4447 AssocExprs[ResultIndex]->getObjectKind()), in GenericSelectionExpr()
4600 Init->getObjectKind()), in DesignatedInitExpr()
5004 assert(semantics[resultIndex]->getObjectKind() == OK_Ordinary); in Create()
H A DASTImporter.cpp7648 ExprObjectKind OK = E->getObjectKind(); in VisitChooseExpr()
7671 E->getObjectKind(), ToBuiltinLoc, ToRParenLoc, in VisitConvertVectorExpr()
8104 E->getValueKind(), E->getObjectKind(), ToOperatorLoc, in VisitBinaryOperator()
8121 E->getValueKind(), E->getObjectKind()); in VisitConditionalOperator()
8141 E->getObjectKind()); in VisitBinaryConditionalOperator()
8194 ToLocation, ToType, E->getValueKind(), E->getObjectKind(), ToSourceExpr); in VisitOpaqueValueExpr()
8207 ToLHS, ToRHS, ToType, E->getValueKind(), E->getObjectKind(), in VisitArraySubscriptExpr()
8226 E->getValueKind(), E->getObjectKind(), ToOperatorLoc, in VisitCompoundAssignOperator()
8753 E->getObjectKind(), E->isNonOdrUse()); in VisitMemberExpr()
10039 ToE->setObjectKind(FromE->getObjectKind()); in Import()
H A DTextNodeDumper.cpp164 switch (E->getObjectKind()) { in Visit()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h443 ExprObjectKind getObjectKind() const { in getObjectKind() function
448 ExprObjectKind OK = getObjectKind(); in isOrdinaryOrBitFieldObject()
468 bool refersToBitField() const { return getObjectKind() == OK_BitField; } in refersToBitField()
507 return getObjectKind() == OK_MatrixComponent; in refersToMatrixElement()
1053 subexpr->getObjectKind()), in FullExpr()
2187 val->getObjectKind()), in ParenExpr()
H A DExprCXX.h294 SemanticForm->getValueKind(), SemanticForm->getObjectKind()), in CXXRewrittenBinaryOperator()
1288 Param->getDefaultArg()->getObjectKind()), in CXXDefaultArgExpr()
4320 Pattern->getValueKind(), Pattern->getObjectKind()), in PackExpansionExpr()
5211 Resume->getObjectKind()), in CoroutineSuspendExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp625 CurrentPackingBits.addBits(E->getObjectKind(), /*BitsWidth=*/3); in VisitExpr()
708 nk == DeclarationName::Identifier && E->getObjectKind() == OK_Ordinary) { in VisitDeclRefExpr()
1092 E->getObjectKind() == OK_Ordinary) in VisitBinaryOperator()
1104 E->getObjectKind() == OK_Ordinary) in VisitCompoundAssignOperator()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4847 assert(E->getObjectKind() == OK_Ordinary); in EmitCallArg()
H A DCGExpr.cpp232 if (CondOp->getObjectKind() == OK_BitField) in EmitIgnoredExpr()

12