Searched refs:hasPlaceholderType (Results 1 – 17 of 17) sorted by relevance
799 if (E->hasPlaceholderType()) { in ActOnCoawaitExpr()837 if (Operand->hasPlaceholderType()) { in BuildUnresolvedCoawaitExpr()877 if (Awaiter->hasPlaceholderType()) { in BuildResolvedCoawaitExpr()939 if (E->hasPlaceholderType()) { in BuildCoyieldExpr()984 if (E && E->hasPlaceholderType() && in BuildCoreturnStmt()985 !E->hasPlaceholderType(BuiltinType::Overload)) { in BuildCoreturnStmt()
1342 VarExpr->hasPlaceholderType(BuiltinType::ArraySection)) { in CheckVarIsPointerType()1421 if (Base->hasPlaceholderType() && in ActOnArraySectionExpr()1422 !Base->hasPlaceholderType(BuiltinType::ArraySection)) { in ActOnArraySectionExpr()1473 if (!Base->hasPlaceholderType(BuiltinType::ArraySection)) { in ActOnArraySectionExpr()
446 if (RHS->hasPlaceholderType() || isa<InitListExpr>(RHS)) { in buildAssignmentOperation()1590 assert(syntax->hasPlaceholderType(BuiltinType::PseudoObject)); in recreateSyntacticForm()
1847 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in CheckMessageArgumentTypes()2873 if (Receiver->hasPlaceholderType()) { in BuildInstanceMessage()4524 assert(!e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in diagnoseARCUnbridgedCast()4556 assert(e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in stripARCUnbridgedCast()
576 if (E->hasPlaceholderType()) { in BuildCXXTypeId()6289 } else if (Queried->hasPlaceholderType()) { in BuildExpressionTrait()6305 assert(!LHS.get()->hasPlaceholderType() && !RHS.get()->hasPlaceholderType() && in CheckPointerToMemberOperands()7984 if (Base->hasPlaceholderType()) { in CheckArrow()8432 if (E->hasPlaceholderType()) { in IgnoredValueConversions()
513 if (E->hasPlaceholderType()) { in DefaultFunctionArrayConversion()637 if (E->hasPlaceholderType()) { in DefaultLvalueConversion()4806 base->hasPlaceholderType(BuiltinType::ArraySection)) { in ActOnArraySubscriptExpr()4842 base->hasPlaceholderType(BuiltinType::IncompleteMatrixIdx) && in ActOnArraySubscriptExpr()8740 if (commonExpr->hasPlaceholderType()) { in ActOnConditionalOp()13367 assert(!E->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckForModifiableLvalue()13543 assert(!LHSExpr->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckAssignmentOperands()14018 assert(!OrigOp.get()->hasPlaceholderType()); in CheckAddressOfOperand()20653 assert(!arg->hasPlaceholderType()); in checkUnknownAnyArg()
2109 if (ArraySize && ArraySize->hasPlaceholderType()) { in BuildArrayType()9358 assert(!E->hasPlaceholderType() && "unexpected placeholder"); in BuildTypeofExprType()9471 assert(!E->hasPlaceholderType() && "unexpected placeholder"); in BuildDecltypeType()
2684 TransExprRes.get()->hasPlaceholderType()) in TransformExprRequirement()
1111 assert(E->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in save()6552 if (From->hasPlaceholderType()) { in PerformContextualImplicitConversion()7066 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in SelectBestMethod()
23251 if (Base->hasPlaceholderType() && in ActOnOMPArraySectionExpr()23252 !Base->hasPlaceholderType(BuiltinType::ArraySection)) { in ActOnOMPArraySectionExpr()23421 if (!Base->hasPlaceholderType(BuiltinType::ArraySection)) { in ActOnOMPArraySectionExpr()23436 if (Base->hasPlaceholderType()) { in ActOnOMPArrayShapingExpr()23461 if (Dim->hasPlaceholderType()) { in ActOnOMPArrayShapingExpr()
12050 if (result.get()->hasPlaceholderType(BuiltinType::PseudoObject)) in TransformPseudoObjectExpr()13971 if (TransExprRes.isUsable() && TransExprRes.get()->hasPlaceholderType()) in TransformExprRequirement()
1560 if (Arg->hasPlaceholderType()) { in checkPointerAuthValue()
604 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()612 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
3027 assert(expr->hasPlaceholderType(BuiltinType::BoundMember)); in findBoundMemberType()
516 bool hasPlaceholderType() const { in hasPlaceholderType() function521 bool hasPlaceholderType(BuiltinType::Kind K) const { in hasPlaceholderType() function2773 bool IsIncomplete = hasPlaceholderType(BuiltinType::IncompleteMatrixIdx); in isIncomplete()
388 if (!cast<CXXNewExpr>(Arg0)->hasPlaceholderType()) { in AST_MATCHER()
1173 [](Expr *E) { return E->hasPlaceholderType() ? ExprError() : E; }); in ParseDecltypeSpecifier()