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

References

tools/clang/include/clang/Sema/DeclSpec.h
 1589     I.Kind          = Array;
 1590     I.Loc           = LBLoc;
 1591     I.EndLoc        = RBLoc;
 1592     I.Arr.TypeQuals = TypeQuals;
 1593     I.Arr.hasStatic = isStatic;
 1594     I.Arr.isStar    = isStar;
 1595     I.Arr.NumElts   = NumElts;
 1596     return I;