Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp274 : ASTCtx(ASTCtx), ExtractDocumentation(Opts.IncludeComments), in CodeCompletionBuilder()
390 if (ExtractDocumentation && !Completion.Documentation) { in add()
509 bool ExtractDocumentation; member