Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprClassification.cpp567 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
575 E->hasPlaceholderType(BuiltinType::BoundMember)) in ClassifyBinaryOp()
H A DExpr.cpp2813 assert(expr->hasPlaceholderType(BuiltinType::BoundMember)); in findBoundMemberType()
/netbsd/external/apache2/llvm/dist/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.cpp2393 if (ArraySize && ArraySize->hasPlaceholderType()) { in BuildArrayType()
8855 assert(!E->hasPlaceholderType() && "unexpected placeholder"); in BuildTypeofExprType()
8960 assert(!E->hasPlaceholderType() && "unexpected placeholder"); in BuildDecltypeType()
H A DSemaExprCXX.cpp7338 if (Base->hasPlaceholderType()) { in CheckArrow()
7788 if (E->hasPlaceholderType()) { in IgnoredValueConversions()
H A DSemaExpr.cpp8748 if (commonExpr->hasPlaceholderType()) { in ActOnConditionalOp()
12829 assert(!E->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckForModifiableLvalue()
13004 assert(!LHSExpr->hasPlaceholderType(BuiltinType::PseudoObject)); in CheckAssignmentOperands()
19425 assert(!arg->hasPlaceholderType()); in checkUnknownAnyArg()
H A DSemaOverload.cpp935 assert(E->hasPlaceholderType(BuiltinType::ARCUnbridgedCast)); in save()
6043 if (From->hasPlaceholderType()) { in PerformContextualImplicitConversion()
6517 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) && in SelectBestMethod()
H A DTreeTransform.h10483 if (result.get()->hasPlaceholderType(BuiltinType::PseudoObject)) in TransformPseudoObjectExpr()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h504 bool hasPlaceholderType() const { in hasPlaceholderType() function
509 bool hasPlaceholderType(BuiltinType::Kind K) const { in hasPlaceholderType() function
2675 bool IsIncomplete = hasPlaceholderType(BuiltinType::IncompleteMatrixIdx); in isIncomplete()
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp1008 [](Expr *E) { return E->hasPlaceholderType() ? ExprError() : E; }); in ParseDecltypeSpecifier()