Searched refs:SpelledLoc (Results 1 – 2 of 2) sorted by relevance
246 static llvm::Optional<SpelledWord> touching(SourceLocation SpelledLoc,
919 llvm::Optional<SpelledWord> SpelledWord::touching(SourceLocation SpelledLoc, in touching() argument923 auto Touching = syntax::spelledTokensTouching(SpelledLoc, TB); in touching()942 std::tie(File, Offset) = SM.getDecomposedLoc(SpelledLoc); in touching()