Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprClassification.cpp551 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
559 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
H A DExpr.cpp2537 assert(expr->hasPlaceholderType(BuiltinType::BoundMember)); in findBoundMemberType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp448 if (RHS->hasPlaceholderType() || isa<InitListExpr>(RHS)) { in buildAssignmentOperation()
1674 assert(syntax->hasPlaceholderType(BuiltinType::PseudoObject)); in recreateSyntacticForm()
H A DSemaExprObjC.cpp1654 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()
H A DSemaType.cpp2154 if (ArraySize && ArraySize->hasPlaceholderType()) { in BuildArrayType()
8060 assert(!E->hasPlaceholderType() && "unexpected placeholder"); in BuildTypeofExprType()
8145 assert(!E->hasPlaceholderType() && "unexpected placeholder"); in BuildDecltypeType()
H A DSemaExprCXX.cpp6820 if (Base->hasPlaceholderType()) { in CheckArrow()
7300 if (E->hasPlaceholderType()) { in IgnoredValueConversions()
H A DSemaOverload.cpp870 assert(E->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in save()
5767 if (From->hasPlaceholderType()) { in PerformContextualImplicitConversion()
6217 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in SelectBestMethod()
H A DSemaExpr.cpp7508 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()
H A DTreeTransform.h9236 if (result.get()->hasPlaceholderType(BuiltinType::PseudoObject)) in TransformPseudoObjectExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h472 bool hasPlaceholderType() const { in hasPlaceholderType() function
477 bool hasPlaceholderType(BuiltinType::Kind K) const { in hasPlaceholderType() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp971 return E->hasPlaceholderType() ? ExprError() : E; in ParseDecltypeSpecifier()