Home | History | Annotate | Download | only in Sema

Lines Matching defs:RequireCompleteType

1539           RequireCompleteType(Loc, T, 0);
1544 if (RequireCompleteType(Loc, T,
1668 !RequireCompleteType(Loc, BaseT, 0) &&
4966 /// Sema::RequireCompleteType is called for the expression's type (or in the
5037 return RequireCompleteType(E->getExprLoc(), T, Diagnoser);
5076 bool Sema::RequireCompleteType(SourceLocation Loc, QualType T,
5185 // RequireCompleteType on the pointer to member of the base class type.
5191 /// \brief The implementation of RequireCompleteType
5195 // assert(!Loc.isInvalid() && "Invalid location in RequireCompleteType");
5228 RequireCompleteType(Loc, QualType(MPTy->getClass(), 0), 0);
5332 bool Sema::RequireCompleteType(SourceLocation Loc, QualType T,
5335 return RequireCompleteType(Loc, T, Diagnoser);
5375 RequireCompleteType(Loc, ElemType, 0);
5398 RequireCompleteType(Loc, ElemType, diag::note_non_literal_incomplete, T);
5600 if (RequireCompleteType(Loc, T, diag::err_atomic_specifier_bad_type, 0))