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

References

tools/clang/lib/Sema/SemaType.cpp
 2856           PTI.TypeQuals,
 2858           SourceLocation::getFromRawEncoding(PTI.ConstQualLoc),
 2859           SourceLocation::getFromRawEncoding(PTI.VolatileQualLoc),
 2860           SourceLocation::getFromRawEncoding(PTI.RestrictQualLoc),
 2861           SourceLocation::getFromRawEncoding(PTI.AtomicQualLoc),
 2862           SourceLocation::getFromRawEncoding(PTI.UnalignedQualLoc));