Searched refs:hasPlaceholderType (Results 1 – 13 of 13) sorted by relevance
799 if (E->hasPlaceholderType()) { in ActOnCoawaitExpr()839 if (Operand->hasPlaceholderType()) { in BuildUnresolvedCoawaitExpr()879 if (Awaiter->hasPlaceholderType()) { in BuildResolvedCoawaitExpr()941 if (E->hasPlaceholderType()) { in BuildCoyieldExpr()986 if (E && E->hasPlaceholderType() && in BuildCoreturnStmt()987 !E->hasPlaceholderType(BuiltinType::Overload)) { in BuildCoreturnStmt()
439 if (RHS->hasPlaceholderType() || isa<InitListExpr>(RHS)) { in buildAssignmentOperation()1667 assert(syntax->hasPlaceholderType(BuiltinType::PseudoObject)); in recreateSyntacticForm()
1830 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in CheckMessageArgumentTypes()2869 if (Receiver->hasPlaceholderType()) { in BuildInstanceMessage()4508 assert(!e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in diagnoseARCUnbridgedCast()4540 assert(e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in stripARCUnbridgedCast()
573 if (E->hasPlaceholderType()) { in BuildCXXTypeId()5924 } else if (Queried->hasPlaceholderType()) { in BuildExpressionTrait()5940 assert(!LHS.get()->hasPlaceholderType() && !RHS.get()->hasPlaceholderType() && in CheckPointerToMemberOperands()7647 if (Base->hasPlaceholderType()) { in CheckArrow()8141 if (E->hasPlaceholderType()) { in IgnoredValueConversions()
508 if (E->hasPlaceholderType()) { in DefaultFunctionArrayConversion()632 if (E->hasPlaceholderType()) { in DefaultLvalueConversion()4826 base->hasPlaceholderType(BuiltinType::OMPArraySection)) in ActOnArraySubscriptExpr()4853 if (base->hasPlaceholderType(BuiltinType::IncompleteMatrixIdx) && in ActOnArraySubscriptExpr()5099 if (Base->hasPlaceholderType() && in ActOnOMPArraySectionExpr()5100 !Base->hasPlaceholderType(BuiltinType::OMPArraySection)) { in ActOnOMPArraySectionExpr()5268 if (!Base->hasPlaceholderType(BuiltinType::OMPArraySection)) { in ActOnOMPArraySectionExpr()5283 if (Base->hasPlaceholderType()) { in ActOnOMPArrayShapingExpr()5308 if (Dim->hasPlaceholderType()) { in ActOnOMPArrayShapingExpr()9395 if (commonExpr->hasPlaceholderType()) { in ActOnConditionalOp()[all …]
2508 if (ArraySize && ArraySize->hasPlaceholderType()) { in BuildArrayType()9213 assert(!E->hasPlaceholderType() && "unexpected placeholder"); in BuildTypeofExprType()9296 assert(!E->hasPlaceholderType() && "unexpected placeholder"); in BuildDecltypeType()
2279 TransExprRes.get()->hasPlaceholderType()) in TransformExprRequirement()
1021 assert(E->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in save()6200 if (From->hasPlaceholderType()) { in PerformContextualImplicitConversion()6700 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in SelectBestMethod()
10986 if (result.get()->hasPlaceholderType(BuiltinType::PseudoObject)) in TransformPseudoObjectExpr()12844 if (TransExprRes.isUsable() && TransExprRes.get()->hasPlaceholderType()) in TransformExprRequirement()
581 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()589 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
2997 assert(expr->hasPlaceholderType(BuiltinType::BoundMember)); in findBoundMemberType()
503 bool hasPlaceholderType() const { in hasPlaceholderType() function508 bool hasPlaceholderType(BuiltinType::Kind K) const { in hasPlaceholderType() function2755 bool IsIncomplete = hasPlaceholderType(BuiltinType::IncompleteMatrixIdx); in isIncomplete()
1102 [](Expr *E) { return E->hasPlaceholderType() ? ExprError() : E; }); in ParseDecltypeSpecifier()