Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp636 bool contextAllowsIndex(enum CodeCompletionContext::Kind K) { in contextAllowsIndex() function
746 if (NumResults == 0 && !contextAllowsIndex(Context.getKind())) in ProcessCodeCompleteResults()
1163 if (!contextAllowsIndex(CC.getKind())) in allowIndex()