Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp378 bool ShouldInsert = C.headerToInsertIfAllowed(Opts).has_value(); in CodeCompletionBuilder() local
384 if (ToInclude->second && ShouldInsert) in CodeCompletionBuilder()