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

References

tools/clang/include/clang/Sema/Designator.h
   75     return FieldInfo.II;
   80     return SourceLocation::getFromRawEncoding(FieldInfo.DotLoc);
   85     return SourceLocation::getFromRawEncoding(FieldInfo.NameLoc);
  129     D.FieldInfo.II = II;
  130     D.FieldInfo.DotLoc = DotLoc.getRawEncoding();
  131     D.FieldInfo.NameLoc = NameLoc.getRawEncoding();