Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DSourceCode.h246 static llvm::Optional<SpelledWord> touching(SourceLocation SpelledLoc,
DSourceCode.cpp919 llvm::Optional<SpelledWord> SpelledWord::touching(SourceLocation SpelledLoc, in touching() argument
923 auto Touching = syntax::spelledTokensTouching(SpelledLoc, TB); in touching()
942 std::tie(File, Offset) = SM.getDecomposedLoc(SpelledLoc); in touching()