Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp799 if (E->hasPlaceholderType()) { in ActOnCoawaitExpr()
837 if (Operand->hasPlaceholderType()) { in BuildUnresolvedCoawaitExpr()
877 if (Awaiter->hasPlaceholderType()) { in BuildResolvedCoawaitExpr()
939 if (E->hasPlaceholderType()) { in BuildCoyieldExpr()
984 if (E && E->hasPlaceholderType() && in BuildCoreturnStmt()
985 !E->hasPlaceholderType(BuiltinType::Overload)) { in BuildCoreturnStmt()
H A DSemaOpenACC.cpp1342 VarExpr->hasPlaceholderType(BuiltinType::ArraySection)) { in CheckVarIsPointerType()
1421 if (Base->hasPlaceholderType() && in ActOnArraySectionExpr()
1422 !Base->hasPlaceholderType(BuiltinType::ArraySection)) { in ActOnArraySectionExpr()
1473 if (!Base->hasPlaceholderType(BuiltinType::ArraySection)) { in ActOnArraySectionExpr()
H A DSemaPseudoObject.cpp446 if (RHS->hasPlaceholderType() || isa<InitListExpr>(RHS)) { in buildAssignmentOperation()
1590 assert(syntax->hasPlaceholderType(BuiltinType::PseudoObject)); in recreateSyntacticForm()
H A DSemaExprObjC.cpp1847 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in CheckMessageArgumentTypes()
2873 if (Receiver->hasPlaceholderType()) { in BuildInstanceMessage()
4524 assert(!e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in diagnoseARCUnbridgedCast()
4556 assert(e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in stripARCUnbridgedCast()
H A DSemaExprCXX.cpp576 if (E->hasPlaceholderType()) { in BuildCXXTypeId()
6289 } else if (Queried->hasPlaceholderType()) { in BuildExpressionTrait()
6305 assert(!LHS.get()->hasPlaceholderType() && !RHS.get()->hasPlaceholderType() && in CheckPointerToMemberOperands()
7984 if (Base->hasPlaceholderType()) { in CheckArrow()
8432 if (E->hasPlaceholderType()) { in IgnoredValueConversions()
H A DSemaExpr.cpp513 if (E->hasPlaceholderType()) { in DefaultFunctionArrayConversion()
637 if (E->hasPlaceholderType()) { in DefaultLvalueConversion()
4806 base->hasPlaceholderType(BuiltinType::ArraySection)) { in ActOnArraySubscriptExpr()
4842 base->hasPlaceholderType(BuiltinType::IncompleteMatrixIdx) && in ActOnArraySubscriptExpr()
8740 if (commonExpr->hasPlaceholderType()) { in ActOnConditionalOp()
13367 assert(!E->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckForModifiableLvalue()
13543 assert(!LHSExpr->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckAssignmentOperands()
14018 assert(!OrigOp.get()->hasPlaceholderType()); in CheckAddressOfOperand()
20653 assert(!arg->hasPlaceholderType()); in checkUnknownAnyArg()
H A DSemaType.cpp2109 if (ArraySize && ArraySize->hasPlaceholderType()) { in BuildArrayType()
9358 assert(!E->hasPlaceholderType() && "unexpected placeholder"); in BuildTypeofExprType()
9471 assert(!E->hasPlaceholderType() && "unexpected placeholder"); in BuildDecltypeType()
H A DSemaTemplateInstantiate.cpp2684 TransExprRes.get()->hasPlaceholderType()) in TransformExprRequirement()
H A DSemaOverload.cpp1111 assert(E->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in save()
6552 if (From->hasPlaceholderType()) { in PerformContextualImplicitConversion()
7066 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in SelectBestMethod()
H A DSemaOpenMP.cpp23251 if (Base->hasPlaceholderType() && in ActOnOMPArraySectionExpr()
23252 !Base->hasPlaceholderType(BuiltinType::ArraySection)) { in ActOnOMPArraySectionExpr()
23421 if (!Base->hasPlaceholderType(BuiltinType::ArraySection)) { in ActOnOMPArraySectionExpr()
23436 if (Base->hasPlaceholderType()) { in ActOnOMPArrayShapingExpr()
23461 if (Dim->hasPlaceholderType()) { in ActOnOMPArrayShapingExpr()
H A DTreeTransform.h12050 if (result.get()->hasPlaceholderType(BuiltinType::PseudoObject)) in TransformPseudoObjectExpr()
13971 if (TransExprRes.isUsable() && TransExprRes.get()->hasPlaceholderType()) in TransformExprRequirement()
H A DSemaChecking.cpp1560 if (Arg->hasPlaceholderType()) { in checkPointerAuthValue()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp604 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
612 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
H A DExpr.cpp3027 assert(expr->hasPlaceholderType(BuiltinType::BoundMember)); in findBoundMemberType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h516 bool hasPlaceholderType() const { in hasPlaceholderType() function
521 bool hasPlaceholderType(BuiltinType::Kind K) const { in hasPlaceholderType() function
2773 bool IsIncomplete = hasPlaceholderType(BuiltinType::IncompleteMatrixIdx); in isIncomplete()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp388 if (!cast<CXXNewExpr>(Arg0)->hasPlaceholderType()) { in AST_MATCHER()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1173 [](Expr *E) { return E->hasPlaceholderType() ? ExprError() : E; }); in ParseDecltypeSpecifier()