Searched refs:hasPlaceholderType (Results 1 – 11 of 11) sorted by relevance
533 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()541 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
2425 assert(expr->hasPlaceholderType(BuiltinType::BoundMember)); in findBoundMemberType()
437 if (RHS->hasPlaceholderType() || isa<InitListExpr>(RHS)) { in buildAssignmentOperation()1661 assert(syntax->hasPlaceholderType(BuiltinType::PseudoObject)); in recreateSyntacticForm()
1615 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in CheckMessageArgumentTypes()2549 if (Receiver->hasPlaceholderType()) { in BuildInstanceMessage()4076 assert(!e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in diagnoseARCUnbridgedCast()4109 assert(e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in stripARCUnbridgedCast()
5782 if (Base->hasPlaceholderType()) { in CheckArrow()6210 if (E->hasPlaceholderType()) { in IgnoredValueConversions()
6641 if (commonExpr->hasPlaceholderType()) { in ActOnConditionalOp()9381 assert(!E->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckForModifiableLvalue()9522 assert(!LHSExpr->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckAssignmentOperands()14421 assert(!arg->hasPlaceholderType()); in checkUnknownAnyArg()
792 assert(E->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in save()5423 if (From->hasPlaceholderType()) { in PerformContextualImplicitConversion()5833 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in SelectBestMethod()
2028 if (ArraySize && ArraySize->hasPlaceholderType()) { in BuildArrayType()
8140 if (result.get()->hasPlaceholderType(BuiltinType::PseudoObject)) in TransformPseudoObjectExpr()
462 bool hasPlaceholderType() const { in hasPlaceholderType() function467 bool hasPlaceholderType(BuiltinType::Kind K) const { in hasPlaceholderType() function
812 return E->hasPlaceholderType() ? ExprError() : E; in ParseDecltypeSpecifier()