Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprClassification.cpp527 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
535 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
HDExpr.cpp2385 assert(expr->hasPlaceholderType(BuiltinType::BoundMember)); in findBoundMemberType()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprObjC.cpp1615 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in CheckMessageArgumentTypes()
2549 if (Receiver->hasPlaceholderType()) { in BuildInstanceMessage()
4074 assert(!e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in diagnoseARCUnbridgedCast()
4107 assert(e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in stripARCUnbridgedCast()
HDSemaPseudoObject.cpp1618 assert(syntax->hasPlaceholderType(BuiltinType::PseudoObject)); in recreateSyntacticForm()
HDSemaExprCXX.cpp5704 if (Base->hasPlaceholderType()) { in CheckArrow()
6132 if (E->hasPlaceholderType()) { in IgnoredValueConversions()
HDSemaOverload.cpp785 assert(E->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in save()
5346 if (From->hasPlaceholderType()) { in PerformContextualImplicitConversion()
5755 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in SelectBestMethod()
HDSemaExpr.cpp6500 if (commonExpr->hasPlaceholderType()) { in ActOnConditionalOp()
9214 assert(!E->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckForModifiableLvalue()
9355 assert(!LHSExpr->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckAssignmentOperands()
14176 assert(!arg->hasPlaceholderType()); in checkUnknownAnyArg()
HDSemaType.cpp2005 if (ArraySize && ArraySize->hasPlaceholderType()) { in BuildArrayType()
HDTreeTransform.h7751 if (result.get()->hasPlaceholderType(BuiltinType::PseudoObject)) in TransformPseudoObjectExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h462 bool hasPlaceholderType() const { in hasPlaceholderType() function
467 bool hasPlaceholderType(BuiltinType::Kind K) const { in hasPlaceholderType() function
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDeclCXX.cpp805 return E->hasPlaceholderType() ? ExprError() : E; in ParseDecltypeSpecifier()