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

References

tools/clang/include/clang/Sema/DeclSpec.h
 1703     LSquareLoc = RSquareLoc = SourceLocation();
 1718   SourceLocation getRSquareLoc() const { return RSquareLoc; }
 1720     return SourceRange(LSquareLoc, RSquareLoc);
tools/clang/lib/Sema/DeclSpec.cpp
  287   BindingGroup.RSquareLoc = RSquareLoc;