Home
last modified time | relevance | path

Searched defs:toRange (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clangd/unittests/
H A DConfigTesting.h82 inline Range toRange(llvm::SMRange R, const llvm::SourceMgr &SM) { in toRange() function
/llvm-project/clang-tools-extra/clangd/
H A DCollectMacros.cpp21 Range MacroOccurrence::toRange(const SourceManager &SM) const { in toRange() function in clang::clangd::MacroOccurrence
/llvm-project/clang-tools-extra/clangd/refactor/
H A DRename.cpp834 Range toRange(const SymbolLocation &L) { in toRange() function