Searched refs:toPosition (Results 1 – 2 of 2) sorted by relevance
73 inline Position toPosition(llvm::SMLoc L, const llvm::SourceMgr &SM) { in toPosition() function82 return Range{toPosition(R.Start, SM), toPosition(R.End, SM)}; in toRange()
874 const auto &toPosition{branchTarget.parserCharBlock}; in CheckBranchesIntoDoBody() local876 if (!InBody(fromPosition, body) && InBody(toPosition, body)) { in CheckBranchesIntoDoBody()