Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp698 bool contextAllowsIndex(enum CodeCompletionContext::Kind K) { in contextAllowsIndex() function
809 if (NumResults == 0 && !contextAllowsIndex(Context.getKind())) in ProcessCodeCompleteResults()
1321 if (!contextAllowsIndex(CC.getKind())) in allowIndex()