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

References

tools/clang/lib/Sema/SemaChecking.cpp
14649   if (!T->isPointerType() && !T->isIntegerType())
14649   if (!T->isPointerType() && !T->isIntegerType())
14657           (T->isIntegerType() ||
14658            (T->isPointerType() && (T->getPointeeType()->isIncompleteType() ||
14658            (T->isPointerType() && (T->getPointeeType()->isIncompleteType() ||
14660                                        T->getPointeeType()) <= MA->Alignment))))