reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaCast.cpp
 1217         if (DestPointee->isIncompleteOrObjectType()) {
tools/clang/lib/Sema/SemaExpr.cpp
 7087   if (lhptee->isVoidType() && rhptee->isIncompleteOrObjectType()) {
 7098   if (rhptee->isVoidType() && lhptee->isIncompleteOrObjectType()) {
 7949     if (rhptee->isIncompleteOrObjectType())
 7958     if (lhptee->isIncompleteOrObjectType())
tools/clang/lib/Sema/SemaExprCXX.cpp
 3251           if (ConvPtrType->getPointeeType()->isIncompleteOrObjectType())
tools/clang/lib/Sema/SemaOverload.cpp
 2360   if (FromPointeeType->isIncompleteOrObjectType() &&
tools/clang/lib/Sema/SemaTemplate.cpp
 6788     assert(ParamType->getPointeeType()->isIncompleteOrObjectType() &&
 6805     assert(ParamRefType->getPointeeType()->isIncompleteOrObjectType() &&
tools/clang/lib/Sema/SemaType.cpp
 1796       if (!EltTy->isIncompleteOrObjectType()) {