Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp2091 auto InTopLevelScope = [](const NamedDecl &ND) { in isIndexedForCodeCompletion() local
2114 if (InTopLevelScope(ND)) in isIndexedForCodeCompletion()
2118 return InTopLevelScope(*EnumDecl) && !EnumDecl->isScoped(); in isIndexedForCodeCompletion()