Searched refs:hasPlaceholderType (Results 1 – 11 of 11) sorted by relevance
576 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()584 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
2885 assert(expr->hasPlaceholderType(BuiltinType::BoundMember)); in findBoundMemberType()
439 if (RHS->hasPlaceholderType() || isa<InitListExpr>(RHS)) { in buildAssignmentOperation()1667 assert(syntax->hasPlaceholderType(BuiltinType::PseudoObject)); in recreateSyntacticForm()
1832 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in CheckMessageArgumentTypes()2873 if (Receiver->hasPlaceholderType()) { in BuildInstanceMessage()4514 assert(!e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in diagnoseARCUnbridgedCast()4546 assert(e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in stripARCUnbridgedCast()
2417 if (ArraySize && ArraySize->hasPlaceholderType()) { in BuildArrayType()8890 assert(!E->hasPlaceholderType() && "unexpected placeholder"); in BuildTypeofExprType()9000 assert(!E->hasPlaceholderType() && "unexpected placeholder"); in BuildDecltypeType()
7386 if (Base->hasPlaceholderType()) { in CheckArrow()7865 if (E->hasPlaceholderType()) { in IgnoredValueConversions()
935 assert(E->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in save()6039 if (From->hasPlaceholderType()) { in PerformContextualImplicitConversion()6513 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in SelectBestMethod()
8812 if (commonExpr->hasPlaceholderType()) { in ActOnConditionalOp()12950 assert(!E->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckForModifiableLvalue()13125 assert(!LHSExpr->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckAssignmentOperands()19601 assert(!arg->hasPlaceholderType()); in checkUnknownAnyArg()
10557 if (result.get()->hasPlaceholderType(BuiltinType::PseudoObject)) in TransformPseudoObjectExpr()
502 bool hasPlaceholderType() const { in hasPlaceholderType() function507 bool hasPlaceholderType(BuiltinType::Kind K) const { in hasPlaceholderType() function2731 bool IsIncomplete = hasPlaceholderType(BuiltinType::IncompleteMatrixIdx); in isIncomplete()
1044 [](Expr *E) { return E->hasPlaceholderType() ? ExprError() : E; }); in ParseDecltypeSpecifier()