Searched refs:hasPlaceholderType (Results 1 – 11 of 11) sorted by relevance
527 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()535 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
2385 assert(expr->hasPlaceholderType(BuiltinType::BoundMember)); in findBoundMemberType()
1615 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in CheckMessageArgumentTypes()2549 if (Receiver->hasPlaceholderType()) { in BuildInstanceMessage()4074 assert(!e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in diagnoseARCUnbridgedCast()4107 assert(e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in stripARCUnbridgedCast()
1618 assert(syntax->hasPlaceholderType(BuiltinType::PseudoObject)); in recreateSyntacticForm()
5704 if (Base->hasPlaceholderType()) { in CheckArrow()6132 if (E->hasPlaceholderType()) { in IgnoredValueConversions()
785 assert(E->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in save()5346 if (From->hasPlaceholderType()) { in PerformContextualImplicitConversion()5755 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in SelectBestMethod()
6500 if (commonExpr->hasPlaceholderType()) { in ActOnConditionalOp()9214 assert(!E->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckForModifiableLvalue()9355 assert(!LHSExpr->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckAssignmentOperands()14176 assert(!arg->hasPlaceholderType()); in checkUnknownAnyArg()
2005 if (ArraySize && ArraySize->hasPlaceholderType()) { in BuildArrayType()
7751 if (result.get()->hasPlaceholderType(BuiltinType::PseudoObject)) in TransformPseudoObjectExpr()
462 bool hasPlaceholderType() const { in hasPlaceholderType() function467 bool hasPlaceholderType(BuiltinType::Kind K) const { in hasPlaceholderType() function
805 return E->hasPlaceholderType() ? ExprError() : E; in ParseDecltypeSpecifier()