Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/
DCodeCompleteTests.cpp2872 const char *WithRange = "auto x = [[abc]]^"; in TEST() local
2873 auto Completions = completions(WithRange); in TEST()
2874 EXPECT_EQ(Completions.CompletionRange, Annotations(WithRange).range()); in TEST()
2875 Completions = completionsNoCompile(WithRange); in TEST()
2876 EXPECT_EQ(Completions.CompletionRange, Annotations(WithRange).range()); in TEST()