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

References

tools/clang/include/clang/Sema/Designator.h
   90     return ArrayInfo.Index;
  106       return SourceLocation::getFromRawEncoding(ArrayInfo.LBracketLoc);
  115       return SourceLocation::getFromRawEncoding(ArrayInfo.RBracketLoc);
  139     D.ArrayInfo.Index = Index;
  140     D.ArrayInfo.LBracketLoc = LBracketLoc.getRawEncoding();
  141     D.ArrayInfo.RBracketLoc = 0;
  163       ArrayInfo.RBracketLoc = RBracketLoc.getRawEncoding();