Home | History | Annotate | Download | only in Sema

Lines Matching refs:RequireCompleteType

3150   if (S.RequireCompleteType(List->getExprLoc(), E, 0)) {
3260 if (S.RequireCompleteType(Kind.getLocation(), DestType, 0)) {
3495 S.RequireCompleteType(InitList->getLocStart(), DestType, 0)) {
3655 !S.RequireCompleteType(Kind.getLocation(), T1, 0)) {
3691 !S.RequireCompleteType(Kind.getLocation(), T2, 0)) {
4275 if (!S.RequireCompleteType(Kind.getLocation(), DestType, 0)) {
4321 if (!S.RequireCompleteType(DeclLoc, SourceType, 0)) {
5155 if (S.RequireCompleteType(Loc, T, diag::err_temp_copy_incomplete))
5218 if (S.RequireCompleteType(Loc, Parm->getType(),
6659 if (!S.RequireCompleteType(Kind.getLocation(),
6908 S.RequireCompleteType(Kind.getLocation(), FailedIncompleteType,