Change ObjCContainerDecl to contain the entire range for the '@end'
piece of the declaration.  The '@' and the 'end' are separate tokens,
and require two SourceLocations to accurately track.

This change was motivated because ObjCContainerDecl::getSourceRange()
would previously not return the entire range of the declaration (the
'end' would be left off).

llvm-svn: 92891
13 files changed
tree: b1e2919f13cafc2a6354d14afe851d2dde48c78f
  1. clang/
  2. compiler-rt/
  3. llvm/