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

References

tools/clang/include/clang/Sema/Designator.h
   95     return ArrayRangeInfo.Start;
   99     return ArrayRangeInfo.End;
  108       return SourceLocation::getFromRawEncoding(ArrayRangeInfo.LBracketLoc);
  117       return SourceLocation::getFromRawEncoding(ArrayRangeInfo.RBracketLoc);
  122     return SourceLocation::getFromRawEncoding(ArrayRangeInfo.EllipsisLoc);
  151     D.ArrayRangeInfo.Start = Start;
  152     D.ArrayRangeInfo.End = End;
  153     D.ArrayRangeInfo.LBracketLoc = LBracketLoc.getRawEncoding();
  154     D.ArrayRangeInfo.EllipsisLoc = EllipsisLoc.getRawEncoding();
  155     D.ArrayRangeInfo.RBracketLoc = 0;
  165       ArrayRangeInfo.RBracketLoc = RBracketLoc.getRawEncoding();