Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp576 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
584 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
H A DExpr.cpp2885 assert(expr->hasPlaceholderType(BuiltinType::BoundMember)); in findBoundMemberType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp439 if (RHS->hasPlaceholderType() || isa<InitListExpr>(RHS)) { in buildAssignmentOperation()
1667 assert(syntax->hasPlaceholderType(BuiltinType::PseudoObject)); in recreateSyntacticForm()
H A DSemaExprObjC.cpp1832 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in CheckMessageArgumentTypes()
2873 if (Receiver->hasPlaceholderType()) { in BuildInstanceMessage()
4514 assert(!e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in diagnoseARCUnbridgedCast()
4546 assert(e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in stripARCUnbridgedCast()
H A DSemaType.cpp2417 if (ArraySize && ArraySize->hasPlaceholderType()) { in BuildArrayType()
8890 assert(!E->hasPlaceholderType() && "unexpected placeholder"); in BuildTypeofExprType()
9000 assert(!E->hasPlaceholderType() && "unexpected placeholder"); in BuildDecltypeType()
H A DSemaExprCXX.cpp7386 if (Base->hasPlaceholderType()) { in CheckArrow()
7865 if (E->hasPlaceholderType()) { in IgnoredValueConversions()
H A DSemaOverload.cpp935 assert(E->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in save()
6039 if (From->hasPlaceholderType()) { in PerformContextualImplicitConversion()
6513 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in SelectBestMethod()
H A DSemaExpr.cpp8812 if (commonExpr->hasPlaceholderType()) { in ActOnConditionalOp()
12950 assert(!E->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckForModifiableLvalue()
13125 assert(!LHSExpr->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckAssignmentOperands()
19601 assert(!arg->hasPlaceholderType()); in checkUnknownAnyArg()
H A DTreeTransform.h10557 if (result.get()->hasPlaceholderType(BuiltinType::PseudoObject)) in TransformPseudoObjectExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h502 bool hasPlaceholderType() const { in hasPlaceholderType() function
507 bool hasPlaceholderType(BuiltinType::Kind K) const { in hasPlaceholderType() function
2731 bool IsIncomplete = hasPlaceholderType(BuiltinType::IncompleteMatrixIdx); in isIncomplete()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1044 [](Expr *E) { return E->hasPlaceholderType() ? ExprError() : E; }); in ParseDecltypeSpecifier()