Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprClassification.cpp533 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
541 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
DExpr.cpp2425 assert(expr->hasPlaceholderType(BuiltinType::BoundMember)); in findBoundMemberType()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp437 if (RHS->hasPlaceholderType() || isa<InitListExpr>(RHS)) { in buildAssignmentOperation()
1661 assert(syntax->hasPlaceholderType(BuiltinType::PseudoObject)); in recreateSyntacticForm()
DSemaExprObjC.cpp1615 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()
DSemaExprCXX.cpp5782 if (Base->hasPlaceholderType()) { in CheckArrow()
6210 if (E->hasPlaceholderType()) { in IgnoredValueConversions()
DSemaExpr.cpp6641 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()
DSemaOverload.cpp792 assert(E->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in save()
5423 if (From->hasPlaceholderType()) { in PerformContextualImplicitConversion()
5833 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in SelectBestMethod()
DSemaType.cpp2028 if (ArraySize && ArraySize->hasPlaceholderType()) { in BuildArrayType()
DTreeTransform.h8140 if (result.get()->hasPlaceholderType(BuiltinType::PseudoObject)) in TransformPseudoObjectExpr()
/external/clang/include/clang/AST/
DExpr.h462 bool hasPlaceholderType() const { in hasPlaceholderType() function
467 bool hasPlaceholderType(BuiltinType::Kind K) const { in hasPlaceholderType() function
/external/clang/lib/Parse/
DParseDeclCXX.cpp812 return E->hasPlaceholderType() ? ExprError() : E; in ParseDecltypeSpecifier()