Searched refs:hasPlaceholderType (Results 1 – 11 of 11) sorted by relevance
534 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()542 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
2272 assert(expr->hasPlaceholderType(BuiltinType::BoundMember)); in findBoundMemberType()
437 if (RHS->hasPlaceholderType() || isa<InitListExpr>(RHS)) { in buildAssignmentOperation()1662 assert(syntax->hasPlaceholderType(BuiltinType::PseudoObject)); in recreateSyntacticForm()
1612 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in CheckMessageArgumentTypes()2561 if (Receiver->hasPlaceholderType()) { in BuildInstanceMessage()4125 assert(!e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in diagnoseARCUnbridgedCast()4158 assert(e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in stripARCUnbridgedCast()
6058 if (Base->hasPlaceholderType()) { in CheckArrow()6489 if (E->hasPlaceholderType()) { in IgnoredValueConversions()
7044 if (commonExpr->hasPlaceholderType()) { in ActOnConditionalOp()9827 assert(!E->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckForModifiableLvalue()9971 assert(!LHSExpr->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckAssignmentOperands()14900 assert(!arg->hasPlaceholderType()); in checkUnknownAnyArg()
830 assert(E->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in save()5483 if (From->hasPlaceholderType()) { in PerformContextualImplicitConversion()5893 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in SelectBestMethod()
2149 if (ArraySize && ArraySize->hasPlaceholderType()) { in BuildArrayType()
8449 if (result.get()->hasPlaceholderType(BuiltinType::PseudoObject)) in TransformPseudoObjectExpr()
463 bool hasPlaceholderType() const { in hasPlaceholderType() function468 bool hasPlaceholderType(BuiltinType::Kind K) const { in hasPlaceholderType() function
812 return E->hasPlaceholderType() ? ExprError() : E; in ParseDecltypeSpecifier()