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

References

tools/clang/include/clang/AST/DeclObjC.h
  111   loc_iterator loc_begin() const { return Locations; }
  112   loc_iterator loc_end() const { return Locations + size(); }
tools/clang/lib/AST/DeclObjC.cpp
   58   Locations = new (Ctx) SourceLocation[Elts];
   59   memcpy(Locations, Locs, sizeof(SourceLocation) * Elts);