Searched refs:hasPlaceholderType (Results 1 – 13 of 13) sorted by relevance
887 if (E->hasPlaceholderType()) { in ActOnCoawaitExpr()927 if (Operand->hasPlaceholderType()) { in BuildUnresolvedCoawaitExpr()967 if (Awaiter->hasPlaceholderType()) { in BuildResolvedCoawaitExpr()1029 if (E->hasPlaceholderType()) { in BuildCoyieldExpr()1074 if (E && E->hasPlaceholderType() && in BuildCoreturnStmt()1075 !E->hasPlaceholderType(BuiltinType::Overload)) { in BuildCoreturnStmt()
444 if (RHS->hasPlaceholderType() || isa<InitListExpr>(RHS)) { in buildAssignmentOperation()1673 assert(syntax->hasPlaceholderType(BuiltinType::PseudoObject)); in recreateSyntacticForm()
1832 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in CheckMessageArgumentTypes()2874 if (Receiver->hasPlaceholderType()) { in BuildInstanceMessage()4513 assert(!e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in diagnoseARCUnbridgedCast()4545 assert(e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in stripARCUnbridgedCast()
579 if (E->hasPlaceholderType()) { in BuildCXXTypeId()6041 } else if (Queried->hasPlaceholderType()) { in BuildExpressionTrait()6057 assert(!LHS.get()->hasPlaceholderType() && !RHS.get()->hasPlaceholderType() && in CheckPointerToMemberOperands()7771 if (Base->hasPlaceholderType()) { in CheckArrow()8203 if (E->hasPlaceholderType()) { in IgnoredValueConversions()
523 if (E->hasPlaceholderType()) { in DefaultFunctionArrayConversion()647 if (E->hasPlaceholderType()) { in DefaultLvalueConversion()5067 base->hasPlaceholderType(BuiltinType::OMPArraySection)) in ActOnArraySubscriptExpr()5348 if (Base->hasPlaceholderType() && in ActOnOMPArraySectionExpr()5349 !Base->hasPlaceholderType(BuiltinType::OMPArraySection)) { in ActOnOMPArraySectionExpr()5532 if (Base->hasPlaceholderType()) { in ActOnOMPArrayShapingExpr()5557 if (Dim->hasPlaceholderType()) { in ActOnOMPArrayShapingExpr()9735 if (commonExpr->hasPlaceholderType()) { in ActOnConditionalOp()14395 assert(!E->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckForModifiableLvalue()15056 assert(!OrigOp.get()->hasPlaceholderType()); in CheckAddressOfOperand()[all …]
2562 if (ArraySize && ArraySize->hasPlaceholderType()) { in BuildArrayType()9705 assert(!E->hasPlaceholderType() && "unexpected placeholder"); in BuildTypeofExprType()9788 assert(!E->hasPlaceholderType() && "unexpected placeholder"); in BuildDecltypeType()
2459 TransExprRes.get()->hasPlaceholderType()) in TransformExprRequirement()
1033 assert(E->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in save()6521 if (From->hasPlaceholderType()) { in PerformContextualImplicitConversion()7023 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in SelectBestMethod()
11203 if (result.get()->hasPlaceholderType(BuiltinType::PseudoObject)) in TransformPseudoObjectExpr()13080 if (TransExprRes.isUsable() && TransExprRes.get()->hasPlaceholderType()) in TransformExprRequirement()
591 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()599 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
2991 assert(expr->hasPlaceholderType(BuiltinType::BoundMember)); in findBoundMemberType()
504 bool hasPlaceholderType() const { in hasPlaceholderType() function509 bool hasPlaceholderType(BuiltinType::Kind K) const { in hasPlaceholderType() function2739 bool IsIncomplete = hasPlaceholderType(BuiltinType::IncompleteMatrixIdx); in isIncomplete()
1118 [](Expr *E) { return E->hasPlaceholderType() ? ExprError() : E; }); in ParseDecltypeSpecifier()