Home
last modified time | relevance | path

Searched defs:isSpelledInSource (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clangd/unittests/
H A DSourceCodeTests.cpp816 TEST(SourceCodeTests, isSpelledInSource) { in TEST() argument
/llvm-project/clang-tools-extra/clangd/
H A DSourceCode.cpp231 bool isSpelledInSource(SourceLocation Loc, const SourceManager &SM) { in isSpelledInSource() function