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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp565 E->hasPlaceholderType(BuiltinType::BoundMember))
573 E->hasPlaceholderType(BuiltinType::BoundMember))
H A DExpr.cpp2750 assert(expr->hasPlaceholderType(BuiltinType::BoundMember));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp439 if (RHS->hasPlaceholderType() || isa<InitListExpr>(RHS)) {
1667 assert(syntax->hasPlaceholderType(BuiltinType::PseudoObject));
H A DSemaExprObjC.cpp1820 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) &&
2861 if (Receiver->hasPlaceholderType()) {
4504 assert(!e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast));
4536 assert(e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast));
H A DSemaType.cpp2328 if (ArraySize && ArraySize->hasPlaceholderType()) {
8733 assert(!E->hasPlaceholderType() && "unexpected placeholder");
8818 assert(!E->hasPlaceholderType() && "unexpected placeholder");
H A DSemaExprCXX.cpp7231 if (Base->hasPlaceholderType()) {
7662 if (E->hasPlaceholderType()) {
H A DSemaExpr.cpp8552 if (commonExpr->hasPlaceholderType()) {
12557 assert(!E->hasPlaceholderType(BuiltinType::PseudoObject));
12732 assert(!LHSExpr->hasPlaceholderType(BuiltinType::PseudoObject));
18948 assert(!arg->hasPlaceholderType());
H A DSemaOverload.cpp932 assert(E->hasPlaceholderType(BuiltinType::ARCUnbridgedCast));
5932 if (From->hasPlaceholderType()) {
6412 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) &&
H A DTreeTransform.h10220 if (result.get()->hasPlaceholderType(BuiltinType::PseudoObject))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h501 bool hasPlaceholderType() const { function in class:clang::Expr
506 bool hasPlaceholderType(BuiltinType::Kind K) const { function in class:clang::Expr
2711 bool IsIncomplete = hasPlaceholderType(BuiltinType::IncompleteMatrixIdx);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp990 [](Expr *E) { return E->hasPlaceholderType() ? ExprError() : E; });

Completed in 425 milliseconds