Home
last modified time | relevance | path

Searched refs:toPosition (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DConfigTesting.h73 inline Position toPosition(llvm::SMLoc L, const llvm::SourceMgr &SM) { in toPosition() function
82 return Range{toPosition(R.Start, SM), toPosition(R.End, SM)}; in toRange()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-labels.cpp874 const auto &toPosition{branchTarget.parserCharBlock}; in CheckBranchesIntoDoBody() local
876 if (!InBody(fromPosition, body) && InBody(toPosition, body)) { in CheckBranchesIntoDoBody()