Searched refs:hasPlaceholderType (Results 1 – 10 of 10) sorted by relevance
523 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()531 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
2268 assert(expr->hasPlaceholderType(BuiltinType::BoundMember)); in findBoundMemberType()
1300 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in CheckMessageArgumentTypes()2225 if (Receiver->hasPlaceholderType()) { in BuildInstanceMessage()3257 assert(!e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in diagnoseARCUnbridgedCast()3290 assert(e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in stripARCUnbridgedCast()
1588 assert(syntax->hasPlaceholderType(BuiltinType::PseudoObject)); in recreateSyntacticForm()
5191 if (Base->hasPlaceholderType()) { in CheckArrow()5608 if (E->hasPlaceholderType()) { in IgnoredValueConversions()
5820 if (commonExpr->hasPlaceholderType()) { in ActOnConditionalOp()8087 assert(!E->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckForModifiableLvalue()8220 assert(!LHSExpr->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckAssignmentOperands()12643 assert(!arg->hasPlaceholderType()); in checkUnknownAnyArg()
1484 if (ArraySize && ArraySize->hasPlaceholderType()) { in BuildArrayType()
807 assert(E->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in save()5224 if (From->hasPlaceholderType()) { in PerformContextualImplicitConversion()
6580 if (result.get()->hasPlaceholderType(BuiltinType::PseudoObject)) in TransformPseudoObjectExpr()
460 bool hasPlaceholderType() const { in hasPlaceholderType() function465 bool hasPlaceholderType(BuiltinType::Kind K) const { in hasPlaceholderType() function