Home
last modified time | relevance | path

Searched refs:hasPlaceholderType (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/AST/
DExprClassification.cpp534 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
542 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
DExpr.cpp2272 assert(expr->hasPlaceholderType(BuiltinType::BoundMember)); in findBoundMemberType()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp437 if (RHS->hasPlaceholderType() || isa<InitListExpr>(RHS)) { in buildAssignmentOperation()
1662 assert(syntax->hasPlaceholderType(BuiltinType::PseudoObject)); in recreateSyntacticForm()
DSemaExprObjC.cpp1612 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()
DSemaExprCXX.cpp6058 if (Base->hasPlaceholderType()) { in CheckArrow()
6489 if (E->hasPlaceholderType()) { in IgnoredValueConversions()
DSemaExpr.cpp7044 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()
DSemaOverload.cpp830 assert(E->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in save()
5483 if (From->hasPlaceholderType()) { in PerformContextualImplicitConversion()
5893 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in SelectBestMethod()
DSemaType.cpp2149 if (ArraySize && ArraySize->hasPlaceholderType()) { in BuildArrayType()
DTreeTransform.h8449 if (result.get()->hasPlaceholderType(BuiltinType::PseudoObject)) in TransformPseudoObjectExpr()
/external/clang/include/clang/AST/
DExpr.h463 bool hasPlaceholderType() const { in hasPlaceholderType() function
468 bool hasPlaceholderType(BuiltinType::Kind K) const { in hasPlaceholderType() function
/external/clang/lib/Parse/
DParseDeclCXX.cpp812 return E->hasPlaceholderType() ? ExprError() : E; in ParseDecltypeSpecifier()