Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp799 if (E->hasPlaceholderType()) { in ActOnCoawaitExpr()
839 if (Operand->hasPlaceholderType()) { in BuildUnresolvedCoawaitExpr()
879 if (Awaiter->hasPlaceholderType()) { in BuildResolvedCoawaitExpr()
941 if (E->hasPlaceholderType()) { in BuildCoyieldExpr()
986 if (E && E->hasPlaceholderType() && in BuildCoreturnStmt()
987 !E->hasPlaceholderType(BuiltinType::Overload)) { in BuildCoreturnStmt()
H A DSemaPseudoObject.cpp439 if (RHS->hasPlaceholderType() || isa<InitListExpr>(RHS)) { in buildAssignmentOperation()
1667 assert(syntax->hasPlaceholderType(BuiltinType::PseudoObject)); in recreateSyntacticForm()
H A DSemaExprObjC.cpp1830 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in CheckMessageArgumentTypes()
2869 if (Receiver->hasPlaceholderType()) { in BuildInstanceMessage()
4508 assert(!e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in diagnoseARCUnbridgedCast()
4540 assert(e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in stripARCUnbridgedCast()
H A DSemaExprCXX.cpp573 if (E->hasPlaceholderType()) { in BuildCXXTypeId()
5924 } else if (Queried->hasPlaceholderType()) { in BuildExpressionTrait()
5940 assert(!LHS.get()->hasPlaceholderType() && !RHS.get()->hasPlaceholderType() && in CheckPointerToMemberOperands()
7647 if (Base->hasPlaceholderType()) { in CheckArrow()
8141 if (E->hasPlaceholderType()) { in IgnoredValueConversions()
H A DSemaExpr.cpp508 if (E->hasPlaceholderType()) { in DefaultFunctionArrayConversion()
632 if (E->hasPlaceholderType()) { in DefaultLvalueConversion()
4826 base->hasPlaceholderType(BuiltinType::OMPArraySection)) in ActOnArraySubscriptExpr()
4853 if (base->hasPlaceholderType(BuiltinType::IncompleteMatrixIdx) && in ActOnArraySubscriptExpr()
5099 if (Base->hasPlaceholderType() && in ActOnOMPArraySectionExpr()
5100 !Base->hasPlaceholderType(BuiltinType::OMPArraySection)) { in ActOnOMPArraySectionExpr()
5268 if (!Base->hasPlaceholderType(BuiltinType::OMPArraySection)) { in ActOnOMPArraySectionExpr()
5283 if (Base->hasPlaceholderType()) { in ActOnOMPArrayShapingExpr()
5308 if (Dim->hasPlaceholderType()) { in ActOnOMPArrayShapingExpr()
9395 if (commonExpr->hasPlaceholderType()) { in ActOnConditionalOp()
[all …]
H A DSemaType.cpp2508 if (ArraySize && ArraySize->hasPlaceholderType()) { in BuildArrayType()
9213 assert(!E->hasPlaceholderType() && "unexpected placeholder"); in BuildTypeofExprType()
9296 assert(!E->hasPlaceholderType() && "unexpected placeholder"); in BuildDecltypeType()
H A DSemaTemplateInstantiate.cpp2279 TransExprRes.get()->hasPlaceholderType()) in TransformExprRequirement()
H A DSemaOverload.cpp1021 assert(E->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in save()
6200 if (From->hasPlaceholderType()) { in PerformContextualImplicitConversion()
6700 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in SelectBestMethod()
H A DTreeTransform.h10986 if (result.get()->hasPlaceholderType(BuiltinType::PseudoObject)) in TransformPseudoObjectExpr()
12844 if (TransExprRes.isUsable() && TransExprRes.get()->hasPlaceholderType()) in TransformExprRequirement()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprClassification.cpp581 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
589 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
H A DExpr.cpp2997 assert(expr->hasPlaceholderType(BuiltinType::BoundMember)); in findBoundMemberType()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h503 bool hasPlaceholderType() const { in hasPlaceholderType() function
508 bool hasPlaceholderType(BuiltinType::Kind K) const { in hasPlaceholderType() function
2755 bool IsIncomplete = hasPlaceholderType(BuiltinType::IncompleteMatrixIdx); in isIncomplete()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp1102 [](Expr *E) { return E->hasPlaceholderType() ? ExprError() : E; }); in ParseDecltypeSpecifier()