Home | History | Annotate | Download | only in Sema

Lines Matching refs:RequireCompleteType

2879   if (S.RequireCompleteType(Kind.getLocation(), DestType, 0)) {
3111 if (S.RequireCompleteType(InitList->getLocStart(), DestType, S.PDiag())) {
3182 !S.RequireCompleteType(Kind.getLocation(), T1, 0)) {
3221 !S.RequireCompleteType(Kind.getLocation(), T2, 0)) {
3723 if (!S.RequireCompleteType(Kind.getLocation(), DestType, 0)) {
3764 if (!S.RequireCompleteType(DeclLoc, SourceType, 0)) {
4455 if (S.RequireCompleteType(Loc, T, S.PDiag(diag::err_temp_copy_incomplete)))
4518 if (S.RequireCompleteType(Loc, Parm->getType(),
5690 S.RequireCompleteType(Kind.getLocation(), FailedIncompleteType,