getLocEnd got changed to getEndLoc. Made a LLVM version based macro to handle both.
I chose the wrong call when trying to support clang 3.9 and it's removal of getRBraceLoc. The best equivalent call in 3.9 is getBraceRange().getEnd().