Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp887 if (E->hasPlaceholderType()) { in ActOnCoawaitExpr()
927 if (Operand->hasPlaceholderType()) { in BuildUnresolvedCoawaitExpr()
967 if (Awaiter->hasPlaceholderType()) { in BuildResolvedCoawaitExpr()
1029 if (E->hasPlaceholderType()) { in BuildCoyieldExpr()
1074 if (E && E->hasPlaceholderType() && in BuildCoreturnStmt()
1075 !E->hasPlaceholderType(BuiltinType::Overload)) { in BuildCoreturnStmt()
H A DSemaPseudoObject.cpp444 if (RHS->hasPlaceholderType() || isa<InitListExpr>(RHS)) { in buildAssignmentOperation()
1673 assert(syntax->hasPlaceholderType(BuiltinType::PseudoObject)); in recreateSyntacticForm()
H A DSemaExprObjC.cpp1832 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in CheckMessageArgumentTypes()
2874 if (Receiver->hasPlaceholderType()) { in BuildInstanceMessage()
4513 assert(!e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in diagnoseARCUnbridgedCast()
4545 assert(e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in stripARCUnbridgedCast()
H A DSemaExprCXX.cpp579 if (E->hasPlaceholderType()) { in BuildCXXTypeId()
6041 } else if (Queried->hasPlaceholderType()) { in BuildExpressionTrait()
6057 assert(!LHS.get()->hasPlaceholderType() && !RHS.get()->hasPlaceholderType() && in CheckPointerToMemberOperands()
7771 if (Base->hasPlaceholderType()) { in CheckArrow()
8203 if (E->hasPlaceholderType()) { in IgnoredValueConversions()
H A DSemaExpr.cpp523 if (E->hasPlaceholderType()) { in DefaultFunctionArrayConversion()
647 if (E->hasPlaceholderType()) { in DefaultLvalueConversion()
5067 base->hasPlaceholderType(BuiltinType::OMPArraySection)) in ActOnArraySubscriptExpr()
5348 if (Base->hasPlaceholderType() && in ActOnOMPArraySectionExpr()
5349 !Base->hasPlaceholderType(BuiltinType::OMPArraySection)) { in ActOnOMPArraySectionExpr()
5532 if (Base->hasPlaceholderType()) { in ActOnOMPArrayShapingExpr()
5557 if (Dim->hasPlaceholderType()) { in ActOnOMPArrayShapingExpr()
9735 if (commonExpr->hasPlaceholderType()) { in ActOnConditionalOp()
14395 assert(!E->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckForModifiableLvalue()
15056 assert(!OrigOp.get()->hasPlaceholderType()); in CheckAddressOfOperand()
[all …]
H A DSemaType.cpp2562 if (ArraySize && ArraySize->hasPlaceholderType()) { in BuildArrayType()
9705 assert(!E->hasPlaceholderType() && "unexpected placeholder"); in BuildTypeofExprType()
9788 assert(!E->hasPlaceholderType() && "unexpected placeholder"); in BuildDecltypeType()
H A DSemaTemplateInstantiate.cpp2459 TransExprRes.get()->hasPlaceholderType()) in TransformExprRequirement()
H A DSemaOverload.cpp1033 assert(E->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in save()
6521 if (From->hasPlaceholderType()) { in PerformContextualImplicitConversion()
7023 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in SelectBestMethod()
H A DTreeTransform.h11203 if (result.get()->hasPlaceholderType(BuiltinType::PseudoObject)) in TransformPseudoObjectExpr()
13080 if (TransExprRes.isUsable() && TransExprRes.get()->hasPlaceholderType()) in TransformExprRequirement()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp591 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
599 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
H A DExpr.cpp2991 assert(expr->hasPlaceholderType(BuiltinType::BoundMember)); in findBoundMemberType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h504 bool hasPlaceholderType() const { in hasPlaceholderType() function
509 bool hasPlaceholderType(BuiltinType::Kind K) const { in hasPlaceholderType() function
2739 bool IsIncomplete = hasPlaceholderType(BuiltinType::IncompleteMatrixIdx); in isIncomplete()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1118 [](Expr *E) { return E->hasPlaceholderType() ? ExprError() : E; }); in ParseDecltypeSpecifier()