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

References

tools/clang/include/clang/Sema/DeclSpec.h
 1562     I.Kind                = Pointer;
 1563     I.Loc                 = Loc;
 1564     I.Ptr.TypeQuals       = TypeQuals;
 1565     I.Ptr.ConstQualLoc    = ConstQualLoc.getRawEncoding();
 1566     I.Ptr.VolatileQualLoc = VolatileQualLoc.getRawEncoding();
 1567     I.Ptr.RestrictQualLoc = RestrictQualLoc.getRawEncoding();
 1568     I.Ptr.AtomicQualLoc   = AtomicQualLoc.getRawEncoding();
 1569     I.Ptr.UnalignedQualLoc = UnalignedQualLoc.getRawEncoding();
 1570     return I;