Searched refs:hasPlaceholderType (Results 1 – 11 of 11) sorted by relevance
551 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()559 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
2537 assert(expr->hasPlaceholderType(BuiltinType::BoundMember)); in findBoundMemberType()
448 if (RHS->hasPlaceholderType() || isa<InitListExpr>(RHS)) { in buildAssignmentOperation()1674 assert(syntax->hasPlaceholderType(BuiltinType::PseudoObject)); in recreateSyntacticForm()
1654 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in CheckMessageArgumentTypes()2682 if (Receiver->hasPlaceholderType()) { in BuildInstanceMessage()4289 assert(!e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in diagnoseARCUnbridgedCast()4321 assert(e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in stripARCUnbridgedCast()
2154 if (ArraySize && ArraySize->hasPlaceholderType()) { in BuildArrayType()8060 assert(!E->hasPlaceholderType() && "unexpected placeholder"); in BuildTypeofExprType()8145 assert(!E->hasPlaceholderType() && "unexpected placeholder"); in BuildDecltypeType()
6820 if (Base->hasPlaceholderType()) { in CheckArrow()7300 if (E->hasPlaceholderType()) { in IgnoredValueConversions()
870 assert(E->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in save()5767 if (From->hasPlaceholderType()) { in PerformContextualImplicitConversion()6217 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in SelectBestMethod()
7508 if (commonExpr->hasPlaceholderType()) { in ActOnConditionalOp()11183 assert(!E->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckForModifiableLvalue()11358 assert(!LHSExpr->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckAssignmentOperands()16653 assert(!arg->hasPlaceholderType()); in checkUnknownAnyArg()
9236 if (result.get()->hasPlaceholderType(BuiltinType::PseudoObject)) in TransformPseudoObjectExpr()
472 bool hasPlaceholderType() const { in hasPlaceholderType() function477 bool hasPlaceholderType(BuiltinType::Kind K) const { in hasPlaceholderType() function
971 return E->hasPlaceholderType() ? ExprError() : E; in ParseDecltypeSpecifier()