Home | History | Annotate | Download | only in Sema

Lines Matching full:incomplete

1436   assert(BaseDecl && "Base type is not incomplete, but has no definition");
3771 /// \brief Determine whether the given type is an incomplete or zero-lenfgth
3830 // Don't initialize incomplete or zero-length arrays.
4019 "Incomplete array type is not valid");
4315 // Don't destroy incomplete or zero-length arrays.
10291 "Incomplete array type is not valid");
10723 "Incomplete array type is not valid");
11964 // C++ 15.3p1: The exception-declaration shall not denote an incomplete type.
11966 // incomplete type, other than [cv] void*.