Lines Matching refs:getLocEnd
59 SourceLocation getLocEnd() const LLVM_READONLY {
60 return SubExprs[BODY]->getLocEnd();
108 SourceLocation getLocEnd() const LLVM_READONLY { return Body->getLocEnd(); }
137 SourceLocation getLocEnd() const LLVM_READONLY {
138 return AtFinallyStmt->getLocEnd();
242 SourceLocation getLocEnd() const LLVM_READONLY;
299 SourceLocation getLocEnd() const LLVM_READONLY {
300 return getSynchBody()->getLocEnd();
333 SourceLocation getLocEnd() const LLVM_READONLY {
334 return Throw ? Throw->getLocEnd() : AtThrowLoc;
361 SourceLocation getLocEnd() const LLVM_READONLY { return SubStmt->getLocEnd();}