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

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
 1434     if (checkArrayDecomposition(*this, Bindings, DD, DecompType, CAT))
 1439     if (checkVectorDecomposition(*this, Bindings, DD, DecompType, VT))
 1444     if (checkComplexDecomposition(*this, Bindings, DD, DecompType, CT))
 1459     if (checkTupleLikeDecomposition(*this, Bindings, DD, DecompType, TupleSize))
 1480   if (checkMemberDecomposition(*this, Bindings, DD, DecompType, RD))