Lines Matching refs:getEndLoc
58 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
59 return SubExprs[BODY]->getEndLoc(); in getEndLoc()
111 SourceLocation getEndLoc() const LLVM_READONLY { return Body->getEndLoc(); } in getEndLoc() function
144 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
145 return AtFinallyStmt->getEndLoc(); in getEndLoc()
258 SourceLocation getEndLoc() const LLVM_READONLY;
340 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
341 return getSynchBody()->getEndLoc(); in getEndLoc()
378 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
379 return Throw ? Throw->getEndLoc() : AtThrowLoc; in getEndLoc()
410 SourceLocation getEndLoc() const LLVM_READONLY { in getEndLoc() function
411 return SubStmt->getEndLoc(); in getEndLoc()