Remove Decl::getCompoundBody().

This has 2 (slight) advantages:
-Make explicit at getBody()'s callsite that we expect/handle only CompoundStmt and not CXXTryStmt.
-Better tracking of Decl::getBody()'s callsites.

llvm-svn: 107771
4 files changed
tree: dde4b7cec6ea45b9c54a6101a89c245c643037d7
  1. clang/
  2. compiler-rt/
  3. libcxx/
  4. lldb/
  5. llvm/