Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp186 if (auto Header = headerToInsertIfAllowed(Opts)) in overloadSet()
230 headerToInsertIfAllowed(const CodeCompleteOptions &Opts) const { in headerToInsertIfAllowed() function
353 bool ShouldInsert = C.headerToInsertIfAllowed(Opts).hasValue(); in CodeCompletionBuilder()