Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprClassification.cpp523 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
531 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
DExpr.cpp2268 assert(expr->hasPlaceholderType(BuiltinType::BoundMember)); in findBoundMemberType()
/external/clang/lib/Sema/
DSemaExprObjC.cpp1300 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in CheckMessageArgumentTypes()
2225 if (Receiver->hasPlaceholderType()) { in BuildInstanceMessage()
3257 assert(!e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in diagnoseARCUnbridgedCast()
3290 assert(e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in stripARCUnbridgedCast()
DSemaPseudoObject.cpp1588 assert(syntax->hasPlaceholderType(BuiltinType::PseudoObject)); in recreateSyntacticForm()
DSemaExprCXX.cpp5191 if (Base->hasPlaceholderType()) { in CheckArrow()
5608 if (E->hasPlaceholderType()) { in IgnoredValueConversions()
DSemaExpr.cpp5820 if (commonExpr->hasPlaceholderType()) { in ActOnConditionalOp()
8087 assert(!E->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckForModifiableLvalue()
8220 assert(!LHSExpr->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckAssignmentOperands()
12643 assert(!arg->hasPlaceholderType()); in checkUnknownAnyArg()
DSemaType.cpp1484 if (ArraySize && ArraySize->hasPlaceholderType()) { in BuildArrayType()
DSemaOverload.cpp807 assert(E->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in save()
5224 if (From->hasPlaceholderType()) { in PerformContextualImplicitConversion()
DTreeTransform.h6580 if (result.get()->hasPlaceholderType(BuiltinType::PseudoObject)) in TransformPseudoObjectExpr()
/external/clang/include/clang/AST/
DExpr.h460 bool hasPlaceholderType() const { in hasPlaceholderType() function
465 bool hasPlaceholderType(BuiltinType::Kind K) const { in hasPlaceholderType() function