Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteOptions.h35 unsigned IncludeBriefComments : 1; variable
48 IncludeNamespaceLevelDecls(1), IncludeBriefComments(0), in CodeCompleteOptions()
H A DCodeCompleteConsumer.h949 bool IncludeBriefComments);
955 bool IncludeBriefComments);
966 bool IncludeBriefComments, const CodeCompletionContext &CCContext,
971 bool IncludeBriefComments, const CodeCompletionContext &CCContext,
1142 bool IncludeBriefComments, bool Braced) const;
1171 return CodeCompleteOpts.IncludeBriefComments; in includeBriefComments()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp697 bool IncludeBriefComments = options & CXCodeComplete_IncludeBriefComments; in clang_codeCompleteAt_Impl() local
744 Opts.IncludeBriefComments = IncludeBriefComments; in clang_codeCompleteAt_Impl()
763 IncludeBriefComments, Capture, in clang_codeCompleteAt_Impl()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DASTUnit.h884 bool IncludeCodePatterns, bool IncludeBriefComments,
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp2124 bool IncludeCodePatterns, bool IncludeBriefComments, in CodeComplete() argument
2147 CodeCompleteOpts.IncludeBriefComments = IncludeBriefComments; in CodeComplete()
2151 assert(IncludeBriefComments == this->IncludeBriefCommentsInCodeCompletion); in CodeComplete()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp1942 Result.IncludeBriefComments = false; in getClangCompleteOpts()
1989 Options.IncludeBriefComments = false; in codeCompleteComment()
2079 Options.IncludeBriefComments = false; in signatureHelp()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp3289 bool IncludeBriefComments) { in CreateCodeCompletionString() argument
3291 CCTUInfo, IncludeBriefComments); in CreateCodeCompletionString()
3349 bool IncludeBriefComments) { in CreateCodeCompletionString() argument
3379 PP, Ctx, Result, IncludeBriefComments, CCContext, Policy); in CreateCodeCompletionString()
3404 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForOverride() argument
3435 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForDecl() argument
3440 if (IncludeBriefComments) { in createCodeCompletionStringForDecl()
3874 CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments, in CreateSignatureString() argument
3899 if (IncludeBriefComments) { in CreateSignatureString()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5688 MarshallingInfoFlag<FrontendOpts<"CodeCompleteOpts.IncludeBriefComments">>;