reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5096 KeyLoc, RhsT, diag::err_incomplete_type_used_in_type_trait_expr)) 5119 if (Self.RequireCompleteType(KeyLoc, RhsT, 5171 if (!Self.isCompleteType(KeyLoc, RhsT) || Self.isAbstractType(KeyLoc, RhsT)) 5171 if (!Self.isCompleteType(KeyLoc, RhsT) || Self.isAbstractType(KeyLoc, RhsT)) 5180 OpaqueValueExpr From(KeyLoc, LhsT.getNonLValueExprType(Self.Context), 5183 InitializationKind Kind(InitializationKind::CreateCopy(KeyLoc, 5215 Self.RequireCompleteType(KeyLoc, LhsT, 5219 Self.RequireCompleteType(KeyLoc, RhsT, 5233 OpaqueValueExpr Lhs(KeyLoc, LhsT.getNonLValueExprType(Self.Context), 5235 OpaqueValueExpr Rhs(KeyLoc, RhsT.getNonLValueExprType(Self.Context), 5244 ExprResult Result = Self.BuildBinOp(/*S=*/nullptr, KeyLoc, BO_Assign, &Lhs,