Searched refs:SymbolRange (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | MemIndex.h | 23 template <typename SymbolRange, typename RefRange, typename RelationRange> 24 MemIndex(SymbolRange &&Symbols, RefRange &&Refs, RelationRange &&Relations) { in MemIndex() 35 template <typename SymbolRange, typename RefRange, typename RelationRange, 37 MemIndex(SymbolRange &&Symbols, RefRange &&Refs, RelationRange &&Relations, in MemIndex() 39 : MemIndex(std::forward<SymbolRange>(Symbols), in MemIndex()
|
/external/llvm-project/clang-tools-extra/clangd/index/dex/ |
D | Dex.h | 45 template <typename SymbolRange, typename RefsRange, typename RelationsRange> 46 Dex(SymbolRange &&Symbols, RefsRange &&Refs, RelationsRange &&Relations) in Dex() 59 template <typename SymbolRange, typename RefsRange, typename RelationsRange, 61 Dex(SymbolRange &&Symbols, RefsRange &&Refs, RelationsRange &&Relations, in Dex() 63 : Dex(std::forward<SymbolRange>(Symbols), std::forward<RefsRange>(Refs), in Dex()
|
/external/llvm-project/clang-tools-extra/clang-include-fixer/ |
D | IncludeFixer.cpp | 256 tooling::Range SymbolRange; in CorrectTypo() local 267 SymbolRange = CreateToolingRange(Range.getBegin()); in CorrectTypo() 273 SymbolRange = CreateToolingRange(Range.getBegin()); in CorrectTypo() 276 SymbolRange = CreateToolingRange(Typo.getLoc()); in CorrectTypo() 282 query(QueryString, TypoScopeString, SymbolRange); in CorrectTypo()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | FindSymbols.cpp | 176 const auto SymbolRange = in declToSym() local 178 if (!SymbolRange) in declToSym() 190 SI.range = Range{sourceLocToPosition(SM, SymbolRange->getBegin()), in declToSym() 191 sourceLocToPosition(SM, SymbolRange->getEnd())}; in declToSym()
|